Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and actions-user committed Jan 22, 2022
1 parent 7756cbf commit d19a863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megalinter/tests/test_megalinter/helpers/utilstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def linter_test_setup(params=None):
"SHOW_ELAPSED_TIME",
"MEGALINTER_FLAVOR",
"FLAVOR_SUGGESTIONS",
"DISABLE_ERRORS"
"DISABLE_ERRORS",
]:
if key in os.environ:
del os.environ[key]
Expand Down

0 comments on commit d19a863

Please sign in to comment.