fix typevar naming
This commit is contained in:
parent
0c1954c9d1
commit
7603a7a1c8
@ -16,8 +16,8 @@ from .. import Pattern
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
L = TypeVar('L', bound='DeviceLibrary')
|
||||
D = TypeVar('D', bound='LibDeviceLibrary')
|
||||
D = TypeVar('D', bound='DeviceLibrary')
|
||||
L = TypeVar('L', bound='LibDeviceLibrary')
|
||||
|
||||
|
||||
class DeviceLibrary:
|
||||
|
Loading…
Reference in New Issue
Block a user