Skip to content

Commit ebf72f3

Browse files
fixed formatting
1 parent a0a876f commit ebf72f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/state_versions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ def main():
124124
try:
125125
client.workspaces.lock(
126126
args.workspace_id,
127-
WorkspaceLockOptions(reason="python-tfe state_versions upload example"),
127+
WorkspaceLockOptions(
128+
reason="python-tfe state_versions upload example"
129+
),
128130
)
129131
locked_workspace = True
130132
except Exception:

0 commit comments

Comments
 (0)