Skip to content

Commit cb87f92

Browse files
committed
Squashed commit of the following:
commit 7307b2d Author: Hepheir <[email protected]> Date: Wed Jun 2 01:19:42 2021 +0900 Remove all except `DOMString` commit e9134ff Author: Hepheir <[email protected]> Date: Mon May 31 20:48:17 2021 +0900 Change the type of `DOMString` from `TypeVar` into `str` Related issues: - Implement of `DOMString` type #18
1 parent 3859665 commit cb87f92

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

w3/python/core/type.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
from __future__ import absolute_import
2-
3-
from typing import TypeVar
4-
5-
61
DOMString = str
7-
8-
AnyNode = TypeVar('AnyNode')

0 commit comments

Comments
 (0)