Skip to content

Commit

Permalink
[black] fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Nov 21, 2023
1 parent b41200e commit 3a89ba7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions oar/cli/oarstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ def print_jobs(
print(jobs)


def print_accounting(
session, cmd_ret, accounting, user, sql_property
):
def print_accounting(session, cmd_ret, accounting, user, sql_property):
# --accounting "YYYY-MM-DD, YYYY-MM-DD"
m = re.match(
r"\s*(\d{4}\-\d{1,2}\-\d{1,2})\s*,\s*(\d{4}\-\d{1,2}\-\d{1,2})\s*", accounting
Expand Down

0 comments on commit 3a89ba7

Please sign in to comment.