Skip to content

Commit

Permalink
[test/lint] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed May 16, 2023
1 parent 5c565a7 commit 0cd5d63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
lvalue, lvalue_e, lvalue_t,
scope_e, scope_t, HayNode, Cell
)
from _devbuild.gen.syntax_asdl import loc, loc_t, Token
from _devbuild.gen.syntax_asdl import loc, Token
from _devbuild.gen.types_asdl import opt_group_i
from asdl import runtime
from core import error
Expand Down
2 changes: 1 addition & 1 deletion core/state_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from _devbuild.gen.id_kind_asdl import Id
from _devbuild.gen.runtime_asdl import scope_e, lvalue, value, value_e
from _devbuild.gen.syntax_asdl import loc, source, SourceLine
from _devbuild.gen.syntax_asdl import source, SourceLine
from asdl import runtime
from core import error
from core import test_lib
Expand Down
1 change: 0 additions & 1 deletion osh/cmd_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
)
from _devbuild.gen.types_asdl import redir_arg_type_e

from asdl import runtime
from core import dev
from core import error
from core.error import e_die, e_die_status
Expand Down

0 comments on commit 0cd5d63

Please sign in to comment.