Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 29, 2020
1 parent 15ba47f commit 3ff7c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def mocked(container):
def wrapped(*_, **__):
with mock.patch("magpie.services.get_settings", side_effect=mocked), \
mock.patch("magpie.utils.get_settings", side_effect=mocked):
return test(*_, **__) # pylint: disable=W0311
return test(*_, **__) # pylint: disable=E117,W0311
return wrapped


Expand Down

0 comments on commit 3ff7c1b

Please sign in to comment.