Remove NotImplementedType
This commit is contained in:
parent
833a2bb2cb
commit
bf5f62be65
1 changed files with 1 additions and 3 deletions
|
|
@ -33,9 +33,7 @@ import re as _re
|
|||
from micropython import const
|
||||
|
||||
try:
|
||||
from typing import Type, Any, Union, Optional, Tuple, Sequence, List
|
||||
|
||||
NotImplementedType = Type[NotImplemented]
|
||||
from typing import Any, Union, Optional, Tuple, Sequence, List
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue