We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e382156 commit 3e74d75Copy full SHA for 3e74d75
tron/serialize/runstate/dynamodb_state_store.py
@@ -21,7 +21,7 @@
21
from typing import TypeVar
22
23
import boto3 # type: ignore
24
-from botocore.config import Config
+from botocore.config import Config # type: ignore
25
26
import tron.prom_metrics as prom_metrics
27
from tron.core.job import Job
0 commit comments