fix CI errors
This commit is contained in:
parent
0a78c8ab83
commit
d932cb7db0
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user