Skip to content

Commit

Permalink
style(black): format with black v24 (reanahub#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 29, 2024
1 parent d3035dc commit 905d39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reana_commons/snakemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def files(items):
else:

def files(items):
relpath = (
lambda f: f
relpath = lambda f: (
f
if os.path.isabs(f) or f.startswith("root://")
else os.path.relpath(f)
)
Expand Down

0 comments on commit 905d39a

Please sign in to comment.