Skip to content

Commit

Permalink
Satisfy linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 10, 2023
1 parent 982d292 commit cc91ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def fn_to_dist_name(fn: str) -> str:
return fn


def make_lock_files(
def make_lock_files( # noqa: C901
*,
conda: PathLike,
src_files: List[pathlib.Path],
Expand Down

0 comments on commit cc91ed7

Please sign in to comment.