Skip to content

Commit 58e3a7b

Browse files
authored
chore(CI): Fix failing CI tests (#1411)
1 parent f993b34 commit 58e3a7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shiny/express/_run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ def set_result(x: object):
130130
)
131131
else:
132132
exec(
133-
compile(
134-
ast.Interactive([node], type_ignores=[]), file_path, "single"
135-
),
133+
compile(ast.Interactive([node]), file_path, "single"),
136134
var_context,
137135
var_context,
138136
)

0 commit comments

Comments
 (0)