Fixed base class of translation service
This commit is contained in:
parent
cbf669d3bd
commit
330d702347
@ -1,6 +1,6 @@
|
|||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
|
|
||||||
from cpl_translation import TranslationSettings
|
from cpl_translation.translation_settings import TranslationSettings
|
||||||
|
|
||||||
|
|
||||||
class TranslationServiceABC(ABC):
|
class TranslationServiceABC(ABC):
|
||||||
|
Loading…
Reference in New Issue
Block a user