Skip to content

Commit

Permalink
fix: mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Oct 26, 2024
1 parent ea15206 commit eef0aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Note: Python3.12 supports subclassing pathlib.Path
class BasePath(Path):
_flavour = type(Path())._flavour
_flavour = type(Path())._flavour # type: ignore


class FilePath(BasePath):
Expand Down

0 comments on commit eef0aaf

Please sign in to comment.