/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/git/fetch.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 11:19:09 UTC
  • mfrom: (7143.11.6 unused-imports)
  • Revision ID: breezy.the.bot@gmail.com-20181116111909-ekbys9z1ujp66gh2
Remove some unused imports.

Merged from https://code.launchpad.net/~jelmer/brz/unused-imports/+merge/358595

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from dulwich.object_store import (
30
30
    tree_lookup_path,
31
31
    )
32
 
from dulwich.walk import Walker
33
32
import posixpath
34
33
import stat
35
34
 
38
37
    errors,
39
38
    osutils,
40
39
    trace,
41
 
    ui,
42
40
    )
43
41
from ..errors import (
44
42
    BzrError,
49
47
    InventoryLink,
50
48
    TreeReference,
51
49
    )
52
 
from ..repository import (
53
 
    InterRepository,
54
 
    )
55
50
from ..revision import (
56
51
    NULL_REVISION,
57
52
    )
77
72
    LRUTreeCache,
78
73
    _tree_to_objects,
79
74
    )
80
 
from .refs import (
81
 
    is_tag,
82
 
    )
83
 
from .remote import (
84
 
    RemoteGitRepository,
85
 
    )
86
 
from .repository import (
87
 
    GitRepository,
88
 
    GitRepositoryFormat,
89
 
    LocalGitRepository,
90
 
    )
91
75
 
92
76
 
93
77
def import_git_blob(texts, mapping, path, name, hexshas,