Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab authored and github-actions[bot] committed Oct 8, 2024
1 parent 1c1220d commit 7a50b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agents-api/agents_api/common/exceptions/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Temporal interceptors to prevent unnecessary retries of certain error types.
"""

import asyncio

import beartype
import beartype.roar
import box
Expand All @@ -15,7 +17,6 @@
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 7a50b72

Please sign in to comment.