mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Removed imported symbols that are not accessed or re-exported (#4387)
Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import sys
|
||||
from _typeshed import ReadableBuffer
|
||||
from typing import AbstractSet, Optional, Union
|
||||
from typing import AbstractSet, Optional
|
||||
|
||||
class _Hash(object):
|
||||
digest_size: int
|
||||
|
||||
Reference in New Issue
Block a user