Skip to content

Commit

Permalink
fixed flake8 errors from #597
Browse files Browse the repository at this point in the history
  • Loading branch information
Vbitz committed Feb 2, 2024
1 parent 45d2561 commit 4d41b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion neurodocker/cli/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ def _get_common_renderer_params() -> list[click.Parameter]:
multiple=True,
type=tuple,
help=(
"Extract a tar file as a layer in the container. Provide a source and destination path."
"Extract a tar file as a layer in the container."
" Provide a source and destination path."
),
),
OptionEatAll(
Expand Down
2 changes: 1 addition & 1 deletion neurodocker/reproenv/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def copy(
destination: PathType | list[PathType],
) -> _Renderer:
raise NotImplementedError()

def add(
self,
source: PathType,
Expand Down

0 comments on commit 4d41b49

Please sign in to comment.