Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 27, 2025
1 parent 10d3917 commit 1685c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dipdup/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def _pre_init(self) -> None:
raise ProjectPackageError(f'`{self.root}` exists and not a directory')

# TODO: Remove in 9.0
def act(x):
def act(x: str) -> None:
if env.NEXT:
raise ProjectPackageError(x)
_logger.warning(x)
Expand Down

0 comments on commit 1685c17

Please sign in to comment.