Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
gtmanfred committed Feb 9, 2017
1 parent 57ab8dd commit e38c5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/modules/saltutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SaltUtilSyncModuleTest(integration.ModuleCase):
'''

def setUp(self):
whitelist = {'modules': [],}
whitelist = {'modules': [], }
self.run_function('saltutil.sync_all', extmod_whitelist=whitelist)

def tearDown(self):
Expand Down

0 comments on commit e38c5d2

Please sign in to comment.