Skip to content

Commit

Permalink
fix black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jun 2, 2022
1 parent cfcf3b6 commit 358bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/modules/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class DiffEnum(enum.Enum):
modules_json = self.update_modules_json(
modules_json, modules_repo.name, module, version, write_file=False
)

if self.save_diff_fn:
# Compare the new modules.json and build a diff
modules_json_diff = difflib.unified_diff(
Expand Down

0 comments on commit 358bb0a

Please sign in to comment.