fix 'get_remote_versions' call in version entity

This commit is contained in:
Jakub Trllo 2022-10-13 15:26:30 +02:00
parent 7bd7c0391c
commit 9330d92fdc
3 changed files with 7 additions and 22 deletions

View file

@ -123,10 +123,7 @@ from .dict_conditional import (
)
from .anatomy_entities import AnatomyEntity
from .op_version_entity import (
ProductionVersionsInputEntity,
StagingVersionsInputEntity
)
from .op_version_entity import VersionsInputEntity
__all__ = (
"DefaultsNotDefined",
@ -188,6 +185,5 @@ __all__ = (
"AnatomyEntity",
"ProductionVersionsInputEntity",
"StagingVersionsInputEntity"
"VersionsInputEntity",
)