Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed May 6, 2024
1 parent 5dacb9a commit 7cde527
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions premise/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ def eidb_label(
name += f"_{ext_scenario['scenario']}"

# add date and time
name += (
f"_{datetime.now().strftime('%Y-%m-%d %H-%M')}"
)
name += f"_{datetime.now().strftime('%Y-%m-%d %H-%M')}"

return name

Expand Down

0 comments on commit 7cde527

Please sign in to comment.