mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Make several type aliases private (#7661)
This commit is contained in:
@@ -410,7 +410,8 @@ class InternalError(DatabaseError): ...
|
||||
class NotSupportedError(DatabaseError): ...
|
||||
class OperationalError(DatabaseError): ...
|
||||
|
||||
OptimizedUnicode = str
|
||||
if sys.version_info < (3, 10):
|
||||
OptimizedUnicode = str
|
||||
|
||||
@final
|
||||
class PrepareProtocol:
|
||||
|
||||
Reference in New Issue
Block a user