Skip to content

Commit

Permalink
[#543] Add ignoring of style-errors in multiline with stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmakhonin committed Oct 16, 2018
1 parent da2f43b commit 743995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legion/tests/legion_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def __enter__(self):
with patch('legion.k8s.get_current_namespace', lambda *x: self._enclave_name), \
patch('legion.edi.server.get_application_enclave', lambda *x: test_enclave), \
patch('legion.edi.server.get_application_grafana', lambda *x: None), \
patch_environ(additional_environment): # pylint: disable=E127
patch_environ(additional_environment): # noqa
self.application = ediserve.init_application(None)

self.application.testing = True
Expand Down

0 comments on commit 743995c

Please sign in to comment.