Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 4, 2024
1 parent da6329d commit 0decb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/make_tools/log_sqllite_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def get_log_info(self, log_id: int) -> Tuple[int, str, int, str]:
return (row["log_level"], row["file_name"], row["line_num"],
row["original"])

def check_original(self, original:str):
def check_original(self, original: str):
"""
Checks that an original log line has been added to the database.
Expand Down

0 comments on commit 0decb55

Please sign in to comment.