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__)
|
||||
|
||||
|
||||
L = TypeVar('L', bound='DeviceLibrary')
|
||||
D = TypeVar('D', bound='LibDeviceLibrary')
|
||||
D = TypeVar('D', bound='DeviceLibrary')
|
||||
L = TypeVar('L', bound='LibDeviceLibrary')
|
||||
|
||||
|
||||
class DeviceLibrary:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue