Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
dholth and jaimergp authored May 24, 2024
1 parent ddcc213 commit e33653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conda_package_handling/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def extract(fn, dest_dir, **kw): # pragma: no cover

@staticmethod
@abc.abstractmethod
def create(prefix, file_list, out_fn, out_folder: str, **kw): # pragma: no cover
def create(prefix, file_list, out_fn, out_folder: str | None = None, **kw): # pragma: no cover
raise NotImplementedError

@staticmethod
Expand Down

0 comments on commit e33653d

Please sign in to comment.