Skip to content

Commit

Permalink
Fixing more pylint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillula committed May 12, 2024
1 parent 3f096a8 commit 4822d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
# ATC_MODE = True

try:
ATC_MODE
ATC_MODE # pylint: disable=used-before-assignment
except NameError:
ATC_MODE = False

0 comments on commit 4822d58

Please sign in to comment.