fix CI errors

This commit is contained in:
Yummy-Yums 2024-05-14 20:51:05 +00:00 committed by Elijah
parent 0a78c8ab83
commit d932cb7db0

View File

@ -83,7 +83,6 @@ class Img(BaseHTML):
def create(cls, *children, **props) -> Component:
if len(children) == 0:
comp = super().create(*children, **props)
print(props)
else:
return super().create(src=children[0], **props)