Skip to content

Commit

Permalink
- change to import module
Browse files Browse the repository at this point in the history
Co-authored-by: Yusuke Oda <[email protected]>
  • Loading branch information
maycuatroi and odashi authored Oct 13, 2024
1 parent e8c56ca commit 4a85faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latexify/parser_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest

from latexify import exceptions, parser, test_utils
from latexify.ast_utils import ast_function_def
from latexify import ast_utils


def test_parse_function_with_posonlyargs() -> None:
Expand Down

0 comments on commit 4a85faf

Please sign in to comment.