Skip to content

Commit

Permalink
style: format code with Black and isort (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Sep 28, 2023
1 parent 9248d36 commit 908f749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/interpreted/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
For,
FunctionDef,
If,
Import,
ImportFrom,
List,
Module,
Name,
Expand All @@ -32,8 +34,6 @@
Tuple,
UnaryOp,
While,
Import,
ImportFrom,
alias,
)
from interpreted.tokenizer import EOF, Token, TokenType, index_to_line_column, tokenize
Expand Down
4 changes: 2 additions & 2 deletions tests/parser_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
Compare,
Constant,
ExprStmt,
Import,
ImportFrom,
Module,
Name,
While,
Import,
ImportFrom,
alias,
)
from interpreted.parser import Parser
Expand Down

0 comments on commit 908f749

Please sign in to comment.