mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-12 13:18:19 +00:00
more pyflakes cleanups
This commit is contained in:
parent
6587645f76
commit
fa11c3f722
@ -1,12 +1,11 @@
|
||||
#! /usr/bin/python
|
||||
# -*- test-case-name: allmydata.test.test_encode -*-
|
||||
|
||||
import math
|
||||
from twisted.internet import defer
|
||||
from allmydata.chunk import HashTree, roundup_pow2
|
||||
from Crypto.Cipher import AES
|
||||
import sha
|
||||
from allmydata.util import mathutil
|
||||
from allmydata.util.assertutil import _assert, precondition
|
||||
from allmydata.util.assertutil import precondition
|
||||
from allmydata.py_ecc import rs_code
|
||||
|
||||
def hash(data):
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
import os
|
||||
from zope.interface import implements
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer
|
||||
|
Loading…
x
Reference in New Issue
Block a user