Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2023
1 parent fcd4d3b commit c16c486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rhd/sort_rhd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from pprint import pformat
import datetime


# a print function that timestamps the output
def tprint(string=""):
print(f"|| {datetime.datetime.now():%H:%M:%S} || {string}")
Expand Down

0 comments on commit c16c486

Please sign in to comment.