Skip to content

Commit b84637c

Browse files
author
BenjamenMeyer
committed
Bug Fix: pep8 compliance
1 parent 88535a0 commit b84637c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackinabox/tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def tearDown(self):
5555
super(TestServiceRouteRegistration, self).tearDown()
5656

5757
def test_bad_registration(self):
58-
58+
5959
service = AnotherAdvancedService()
6060

6161
with self.assertRaises(RouteAlreadyRegisteredError):

0 commit comments

Comments
 (0)