Skip to content

Commit

Permalink
fix pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Jun 5, 2018
1 parent 7478a87 commit 2ce66b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc_django/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_default_service_setting(self, key):
if "DAO_CLASS" == key:
return "rc_django.tests.test_views.Backend"


class SUB_DAO(TEST_DAO):
def __init__(self):
super(SUB_DAO, self).__init__()
Expand Down Expand Up @@ -169,4 +170,3 @@ def test_get_dao_instance(self):

# Missing service
self.assertRaises(ImportError, get_dao_instance, "fake")

0 comments on commit 2ce66b8

Please sign in to comment.