mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
precommit fixes
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import string
|
||||
from textwrap import dedent
|
||||
|
||||
from pyscript import document, when, window
|
||||
from pyweb import JSProperty, js_property, pydom
|
||||
from pyweb.ui import elements as el
|
||||
|
||||
from pyscript import document, when, window
|
||||
|
||||
|
||||
class ShoeBase(pydom.Element):
|
||||
tag = "div"
|
||||
|
||||
Reference in New Issue
Block a user