aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/sftp.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch2/sftp.py')
-rw-r--r--lib/bb/fetch2/sftp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/fetch2/sftp.py b/lib/bb/fetch2/sftp.py
index da857dd9f..81884a6aa 100644
--- a/lib/bb/fetch2/sftp.py
+++ b/lib/bb/fetch2/sftp.py
@@ -62,12 +62,10 @@ SRC_URI = "sftp://user@host.example.com/dir/path.file.txt"
import os
import bb
import urllib.request, urllib.parse, urllib.error
-from bb import data
from bb.fetch2 import URI
from bb.fetch2 import FetchMethod
from bb.fetch2 import runfetchcmd
-
class SFTP(FetchMethod):
"""Class to fetch urls via 'sftp'"""