Skip to content

Commit

Permalink
fix: organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mattephi committed Dec 7, 2024
1 parent 35cfe92 commit 614b1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaxadi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ._compile import lower
from ._convert import convert
from ._graph import translate as graph_translate
from ._expand import translate as expand_translate
from ._declare import declare
from ._expand import translate as expand_translate
from ._graph import translate as graph_translate

0 comments on commit 614b1cc

Please sign in to comment.