mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
flake8: Enable F811 (#4158)
This commit is contained in:
@@ -103,5 +103,5 @@ if sys.version_info >= (3, 8):
|
||||
class SharedMemoryServer(Server): ...
|
||||
class SharedMemoryManager(BaseManager):
|
||||
def get_server(self) -> SharedMemoryServer: ...
|
||||
def SharedMemory(self, size: int) -> SharedMemory: ...
|
||||
def ShareableList(self, sequence: Optional[Iterable[_SLT]]) -> ShareableList[_SLT]: ...
|
||||
def SharedMemory(self, size: int) -> SharedMemory: ... # noqa: F811
|
||||
def ShareableList(self, sequence: Optional[Iterable[_SLT]]) -> ShareableList[_SLT]: ... # noqa: F811
|
||||
|
||||
Reference in New Issue
Block a user