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 Dec 23, 2023
1 parent 44f231d commit f6409e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions builtin/io_ysh.py
Expand Up @@ -12,7 +12,6 @@
from core import error
from core.error import e_usage
from core import state
from core import ui
from core import vm
from frontend import flag_spec
from frontend import match
Expand Down Expand Up @@ -95,7 +94,7 @@ def Run(self, cmd_val):
val = rd.PosValue()
rd.Done()

ysh_type = ui.ValType(val)
#ysh_type = ui.ValType(val)
tree = val.PrettyTree()

f = mylib.Stdout()
Expand Down
1 change: 0 additions & 1 deletion osh/cmd_eval.py
Expand Up @@ -66,7 +66,6 @@
from _devbuild.gen.value_asdl import (value, value_e, value_t, y_lvalue,
y_lvalue_e, y_lvalue_t, LeftName)

from asdl import format as fmt
from core import dev
from core import error
from core.error import e_die, e_die_status
Expand Down

0 comments on commit f6409e7

Please sign in to comment.