Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Oct 8, 2024
1 parent 0e89dc9 commit 1c1220d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents-api/agents_api/common/exceptions/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import pydantic
import requests
import temporalio.exceptions
import asyncio

# List of error types that should not be retried
NON_RETRYABLE_ERROR_TYPES = [
Expand Down

0 comments on commit 1c1220d

Please sign in to comment.