Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Oct 10, 2024
1 parent 6d11b49 commit f1bf2aa
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/py_d2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@
from .style import D2Style


__all__ = [
"Direction",
"D2Connection",
"D2Diagram",
"D2Shape",
"D2Text",
"D2Style",
"Shape"
]
__all__ = ["Direction", "D2Connection", "D2Diagram", "D2Shape", "D2Text", "D2Style", "Shape"]

0 comments on commit f1bf2aa

Please sign in to comment.