Skip to content

Commit

Permalink
chore: order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Oct 10, 2024
1 parent 9a652b7 commit 41754e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/py_d2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from .connection import D2Connection
from .connection import Direction
from .diagram import D2Diagram
from .shape import D2Shape, Shape
from .shape import D2Shape
from .shape import D2Text
from .shape import Shape
from .style import D2Style


Expand Down

0 comments on commit 41754e6

Please sign in to comment.