mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 03:51:52 +08:00
stdlib/@python2: clean imports (#5453)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Note: these stubs are incomplete. The more complex type
|
||||
# signatures are currently omitted.
|
||||
|
||||
import sys
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from typing import Any, Optional, SupportsFloat, overload
|
||||
from typing import Any, Optional, SupportsFloat
|
||||
|
||||
class Number(metaclass=ABCMeta):
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user