Skip to content

Commit

Permalink
fix: define exports explicitly
Browse files Browse the repository at this point in the history
Makes mypy happier
  • Loading branch information
iharthi committed Nov 7, 2023
1 parent 5835323 commit cf5bc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pywaybiller/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .client import WaybillerClient # noqa: F401

__all__ = ("WaybillerClient", )

0 comments on commit cf5bc29

Please sign in to comment.