Skip to content

Commit 8141730

Browse files
Fixed flake8 pre-commit hook
1 parent de3291a commit 8141730

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

singlestoredb/management/workspace.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ def create_workspace_group(
453453
a password will be generated and retured in the response.
454454
expires_at : str, optional
455455
The timestamp of when the workspace group will expire.
456-
If the expiration time is not specified, the workspace group will have no expiration time.
456+
If the expiration time is not specified,
457+
the workspace group will have no expiration time.
457458
At expiration, the workspace group is terminated and all the data is lost.
458459
Expiration time can be specified as a timestamp or duration.
459460
Example: "2021-01-02T15:04:05Z07:00", "2021-01-02", "3h30m"

0 commit comments

Comments
 (0)