fix typevar naming
This commit is contained in:
parent
0c1954c9d1
commit
7603a7a1c8
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ from .. import Pattern
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
L = TypeVar('L', bound='DeviceLibrary')
|
D = TypeVar('D', bound='DeviceLibrary')
|
||||||
D = TypeVar('D', bound='LibDeviceLibrary')
|
L = TypeVar('L', bound='LibDeviceLibrary')
|
||||||
|
|
||||||
|
|
||||||
class DeviceLibrary:
|
class DeviceLibrary:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue