Skip to content

Commit d9b079b

Browse files
authored
fix: circular dep (#278)
1 parent 9167809 commit d9b079b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openhexa/sdk/workspaces/current_workspace.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from openhexa.utils import stringcase
1111

12-
from ...cli.graphql.graphql_client import GetCountriesWorkspaceCountries
1312
from ..datasets import Dataset
1413
from ..utils import graphql
1514
from .connection import (
@@ -61,7 +60,7 @@ def slug(self) -> str:
6160
raise WorkspaceConfigError("The workspace slug is not available in this environment.")
6261

6362
@property
64-
def countries(self) -> list[GetCountriesWorkspaceCountries]:
63+
def countries(self):
6564
"""The countries of the workspace."""
6665
from openhexa.cli.api import OpenHexaClient
6766

0 commit comments

Comments
 (0)