Skip to content

Commit fa2208e

Browse files
committed
lint: remove unused types
1 parent 00a0865 commit fa2208e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_delphi_utils_python/delphi_utils/validator/datafetcher.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
import warnings
77
from os import listdir
88
from os.path import isfile, join
9-
from typing import Union
109

1110
import numpy as np
1211
import pandas as pd
1312
import requests
1413
from delphi_epidata import Epidata
15-
from epiweeks import Week
1614

1715
from .errors import APIDataFetchError, ValidationFailure
1816

0 commit comments

Comments
 (0)