Skip to content

Commit 9784381

Browse files
committed
PEP8 fixes
1 parent 3e9adf7 commit 9784381

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

djangojs/tests/test_globber.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
from os.path import normpath
66

7-
class StorageGlobberTest(TestCase):
87

8+
class StorageGlobberTest(TestCase):
99
def test_no_js_file(self):
1010
'''Should handle empty js file list'''
11-
# view = JsTestView()
1211
self.assertEqual(StorageGlobber.glob(), [])
1312

1413
def test_single_js_file(self):

0 commit comments

Comments
 (0)