We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9167809 commit d9b079bCopy full SHA for d9b079b
1 file changed
openhexa/sdk/workspaces/current_workspace.py
@@ -9,7 +9,6 @@
9
10
from openhexa.utils import stringcase
11
12
-from ...cli.graphql.graphql_client import GetCountriesWorkspaceCountries
13
from ..datasets import Dataset
14
from ..utils import graphql
15
from .connection import (
@@ -61,7 +60,7 @@ def slug(self) -> str:
61
60
raise WorkspaceConfigError("The workspace slug is not available in this environment.")
62
63
@property
64
- def countries(self) -> list[GetCountriesWorkspaceCountries]:
+ def countries(self):
65
"""The countries of the workspace."""
66
from openhexa.cli.api import OpenHexaClient
67
0 commit comments