Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chinandrew committed Oct 9, 2020
1 parent cd93f81 commit 7d0105f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python-packages/covidcast-py/covidcast/covidcast.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""This is the client side library for accessing the COVIDcast API."""
import warnings
from datetime import timedelta, date, datetime
from typing import Union, Iterable, Tuple, List
from datetime import timedelta, date
from functools import reduce
from typing import Union, Iterable, Tuple, List

import pandas as pd
from delphi_epidata import Epidata
Expand Down

0 comments on commit 7d0105f

Please sign in to comment.