mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
remove if TYPE_CHECKING in sqlalchemy stub (#1074)
This isn't needed in typeshed, since the stubs aren't executed.
This commit is contained in:
committed by
Guido van Rossum
parent
df4c5c81e8
commit
8318953a17
@@ -1,8 +1,6 @@
|
||||
from typing import Any, TYPE_CHECKING
|
||||
from .result import ResultProxy
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .base import Connection
|
||||
from .base import Connection
|
||||
|
||||
class Connectable:
|
||||
def execute(self, object, *multiparams: Any, **params: Any) -> ResultProxy: ...
|
||||
|
||||
Reference in New Issue
Block a user