We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62a361 commit 74b07eaCopy full SHA for 74b07ea
1 file changed
openhexa/sdk/workspaces/current_workspace.py
@@ -71,9 +71,7 @@ def slug(self) -> str:
71
72
@property
73
def country(self) -> Country:
74
- """The country of the workspace.
75
-
76
- """
+ """The country of the workspace."""
77
try:
78
if self._connected:
79
response = graphql(
@@ -112,7 +110,7 @@ def country(self) -> Country:
112
110
return os.environ["WORKSPACE_COUNTRY"]
113
111
except KeyError:
114
raise WorkspaceConfigError("The workspace country is not available in this environment.")
115
+
116
117
def database_host(self) -> str:
118
"""The workspace database host."""
0 commit comments