Skip to content

Commit 3e74d75

Browse files
committed
Ignore botocore
1 parent e382156 commit 3e74d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tron/serialize/runstate/dynamodb_state_store.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from typing import TypeVar
2222

2323
import boto3 # type: ignore
24-
from botocore.config import Config
24+
from botocore.config import Config # type: ignore
2525

2626
import tron.prom_metrics as prom_metrics
2727
from tron.core.job import Job

0 commit comments

Comments
 (0)