linted code

This commit is contained in:
carnivuth
2026-01-27 17:53:11 +01:00
parent 9306fe641e
commit 831497f80a
4 changed files with 11 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ class FWType(ABC):
cls._registry[cls.__name__.lower()] = cls
@classmethod
def create(cls, fw_type: str, **kwargs) -> 'FWType':
def create(cls, fw_type: str, **kwargs) -> "FWType":
"""
Factory method to create instances of child classes.