Skip to content

Commit

Permalink
fix: Properly spell __all__ (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzoracler authored Dec 23, 2024
1 parent 934d7a3 commit 4a947f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watchpoints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__version__ = "0.2.5"


all = [
__all__ = [
"watch",
"unwatch"
]
Expand Down

0 comments on commit 4a947f0

Please sign in to comment.