Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions openhexa/sdk/workspaces/current_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from openhexa.utils import stringcase

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

@property
def countries(self) -> list[GetCountriesWorkspaceCountries]:
def countries(self):
"""The countries of the workspace."""
from openhexa.cli.api import OpenHexaClient

Expand Down