lint again

This commit is contained in:
vbarda
2025-05-14 22:11:09 -04:00
parent c33e64daa6
commit 5ab2aa79bb
+1 -1
View File
@@ -109,7 +109,7 @@ def draw_graph(
# apply regular writes
if isinstance(w, ChannelWrite):
empty_input = (
specs["__root__"].ValueType()
cast(BaseChannel, specs["__root__"]).ValueType()
if "__root__" in specs
else None
)