/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/annotate.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:
18
18
 
19
19
from __future__ import absolute_import
20
20
 
21
 
from dulwich.errors import (
22
 
    NotTreeError,
23
 
    )
24
21
from dulwich.object_store import (
25
22
    tree_lookup_path,
26
23
    )
31
28
    NULL_REVISION,
32
29
    )
33
30
 
34
 
from .filegraph import GitFileLastChangeScanner
35
 
 
36
31
 
37
32
class GitFulltextContentFactory(object):
38
33
    """Static data content factory.