mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 09:17:59 +00:00
remove unused import
This commit is contained in:
parent
9e59e69223
commit
ad216e0f23
@ -12,7 +12,7 @@ if PY2:
|
||||
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, dict, list, object, range, max, min, str # noqa: F401
|
||||
|
||||
from past.builtins import chr as byteschr, long
|
||||
from six import ensure_text, ensure_str
|
||||
from six import ensure_text
|
||||
|
||||
import os, re, sys, time, json
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user