Skip to content

Commit 0707909

Browse files
authored
fix: Properly spell __all__
1 parent 934d7a3 commit 0707909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watchpoints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__version__ = "0.2.5"
99

1010

11-
all = [
11+
__all__ = [
1212
"watch",
1313
"unwatch"
1414
]

0 commit comments

Comments
 (0)