Skip to content

Commit 74b07ea

Browse files
committed
style: correct property description
1 parent d62a361 commit 74b07ea

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

openhexa/sdk/workspaces/current_workspace.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ def slug(self) -> str:
7171

7272
@property
7373
def country(self) -> Country:
74-
"""The country of the workspace.
75-
76-
"""
74+
"""The country of the workspace."""
7775
try:
7876
if self._connected:
7977
response = graphql(
@@ -112,7 +110,7 @@ def country(self) -> Country:
112110
return os.environ["WORKSPACE_COUNTRY"]
113111
except KeyError:
114112
raise WorkspaceConfigError("The workspace country is not available in this environment.")
115-
113+
116114
@property
117115
def database_host(self) -> str:
118116
"""The workspace database host."""

0 commit comments

Comments
 (0)