Skip to content

Commit d0e5a23

Browse files
committed
Fix linter issue
1 parent 725bf63 commit d0e5a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clusterfuzz/_internal/system/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,4 +1240,4 @@ def is_tworker():
12401240

12411241
def is_running_unit_tests() -> bool:
12421242
"""Returns whether or not we're running unit tests."""
1243-
return get_value('PY_UNITTESTS', False)
1243+
return get_value('PY_UNITTESTS', False)

0 commit comments

Comments
 (0)