Skip to content

Commit

Permalink
Update generator to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Apr 4, 2024
1 parent ea0d0c8 commit dbaf715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "poetry run black ."
},
"devDependencies": {
"@seamapi/nextlove-sdk-generator": "^1.7.9",
"@seamapi/nextlove-sdk-generator": "^1.7.10",
"@seamapi/types": "^1.149.0",
"prettier": "^3.2.5"
}
Expand Down
2 changes: 1 addition & 1 deletion seam/action_attempts.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def decide_and_wait(
return self.seam.action_attempts.poll_until_ready(
action_attempt_id=action_attempt.action_attempt_id
)
elif isinstance(wait_decision, dict):
if isinstance(wait_decision, dict):
return self.seam.action_attempts.poll_until_ready(
action_attempt_id=action_attempt.action_attempt_id,
timeout=wait_decision.get("timeout", None),
Expand Down

0 comments on commit dbaf715

Please sign in to comment.