Skip to content

Commit 91a256d

Browse files
committed
chore: exports reordering
1 parent f67e42e commit 91a256d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyobsplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__version__ = importlib.metadata.version("pyobsplot")
99

10-
__all__ = ["Obsplot", "Plot", "d3", "Math", "js"]
10+
__all__ = ["Math", "Obsplot", "Plot", "d3", "js"]

0 commit comments

Comments
 (0)