mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
hush pyflakes warnings
This commit is contained in:
parent
c427b880d2
commit
9d123605cb
@ -4,7 +4,7 @@ from zope.interface import implements
|
||||
from twisted.internet import defer
|
||||
import sha
|
||||
from allmydata.util import idlib, mathutil
|
||||
from allmydata.util.assertutil import _assert, precondition
|
||||
from allmydata.util.assertutil import precondition
|
||||
from allmydata.interfaces import ICodecEncoder, ICodecDecoder
|
||||
import fec
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
import os, time
|
||||
import os
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer
|
||||
from twisted.python import log
|
||||
|
@ -60,7 +60,6 @@ from twisted.trial.reporter import TreeReporter, VerboseTextReporter
|
||||
# finish in printSummary.
|
||||
|
||||
from allmydata.util import figleaf
|
||||
import os
|
||||
figleaf.start()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user