Skip to content

Commit

Permalink
Update type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroliakh committed Apr 18, 2024
1 parent f6395d7 commit 63ab755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/utils/scribereader.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
scribereader_available = False # sorry folks, you'll need to add your own way to retrieve logs

try:
from clog.readers import S3LogsReader # type: ignore[unused-ignore]
from clog.readers import S3LogsReader # type: ignore[import-not-found,unused-ignore]

s3reader_available = True
except ImportError:
Expand Down

0 comments on commit 63ab755

Please sign in to comment.