Skip to content

Commit abde202

Browse files
committed
tidy
1 parent e2a1308 commit abde202

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_ftpfs.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
from fs.ftpfs import FTPFS, ftp_errors
2626
from fs.test import FSTestCases
2727

28-
from nose.plugins.attrib import attr
29-
3028

3129
# Prevent socket timeouts from slowing tests too much
3230
socket.setdefaulttimeout(1)
@@ -84,8 +82,8 @@ def test_manager(self):
8482

8583
class TestFTPFS(FSTestCases, unittest.TestCase):
8684

87-
user='user'
88-
pasw='1234'
85+
user = 'user'
86+
pasw = '1234'
8987

9088
@classmethod
9189
def setUpClass(cls):

0 commit comments

Comments
 (0)