summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/gitannex.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/gitannex.py')
-rw-r--r--bitbake/lib/bb/fetch2/gitannex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/gitannex.py b/bitbake/lib/bb/fetch2/gitannex.py
index 4937a10891..c66c211428 100644
--- a/bitbake/lib/bb/fetch2/gitannex.py
+++ b/bitbake/lib/bb/fetch2/gitannex.py
@@ -22,7 +22,6 @@ BitBake 'Fetch' git annex implementation
22 22
23import os 23import os
24import bb 24import bb
25from bb import data
26from bb.fetch2.git import Git 25from bb.fetch2.git import Git
27from bb.fetch2 import runfetchcmd 26from bb.fetch2 import runfetchcmd
28from bb.fetch2 import logger 27from bb.fetch2 import logger