Skip to content

Commit 7d7f22a

Browse files
committed
more fixes
1 parent 4a1fd8f commit 7d7f22a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/axiomatic/document/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was auto-generated by Fern from our API Definition.
22

3-
from . import equation, expression, plot
3+
from . import expression, plot
44

5-
__all__ = ["equation", "expression", "plot"]
5+
__all__ = [ "expression", "plot"]

0 commit comments

Comments
 (0)