Skip to content

Commit

Permalink
lint: added a space in report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Dec 9, 2024
1 parent f62054b commit a2dd732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gator/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def set_result(description, outcome, diagnostic):
def get_result():
"""Return the result dictionary."""
# pylint: disable=global-statement
global result # pylint: disable=W0602
global result # pylint: disable=W0602
return result


Expand Down

0 comments on commit a2dd732

Please sign in to comment.