fix typevar naming

nolock
jan 2 years ago
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…
Cancel
Save