Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 23, 2023
1 parent ee8861a commit ea01eb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snakemake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Johannes Köster"
__copyright__ = "Copyright 2023, Johannes Köster"
__email__ = "johannes.koester@protonmail.com"
__license__ = "MIT"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion snakemake/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,4 +839,4 @@ def snakemake(
workflow.persistence.unlock()
if not keep_logger:
logger.cleanup()
return success
return success
1 change: 0 additions & 1 deletion snakemake/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
]



def parse_set_threads(args):
return parse_set_ints(
args.set_threads,
Expand Down

0 comments on commit ea01eb8

Please sign in to comment.