Skip to content

Commit

Permalink
Ignore botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspariK committed Jan 20, 2025
1 parent e382156 commit 3e74d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/serialize/runstate/dynamodb_state_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from typing import TypeVar

import boto3 # type: ignore
from botocore.config import Config
from botocore.config import Config # type: ignore

import tron.prom_metrics as prom_metrics
from tron.core.job import Job
Expand Down

0 comments on commit 3e74d75

Please sign in to comment.