mirror of https://github.com/CIRCL/lookyloo
fix: Make mypy happy
parent
466320a0e0
commit
6e1e4d831c
|
@ -9,7 +9,7 @@ from datetime import date
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import List, Dict
|
from typing import List, Dict
|
||||||
|
|
||||||
import s3fs
|
import s3fs # type: ignore
|
||||||
|
|
||||||
# manual get config file
|
# manual get config file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue