Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Oct 9, 2023
1 parent e4e483f commit c34a423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interpreted/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
ExprStmt,
FunctionDef,
If,
Import,
ImportFrom,
Module,
Name,
Node,
Expand All @@ -25,8 +27,6 @@
UnaryOp,
While,
alias,
Import,
ImportFrom,
)
from interpreted.parser import parse

Expand Down

0 comments on commit c34a423

Please sign in to comment.