Skip to content

Commit

Permalink
Black fix for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Jul 14, 2021
1 parent ec128e0 commit 2e7e076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/version_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_mapping_data(self):

datestamp = self.cursor.execute(
f"SELECT * FROM {self.update_table_name}"
).fetchone() # update_table_name validated in __init__
).fetchone() # update_table_name validated in __init__

if datestamp and type(datestamp) is int:
# Updates if the difference between current time and the time of last update is greater than duration
Expand Down

0 comments on commit 2e7e076

Please sign in to comment.