Skip to content

Commit

Permalink
Fixed incorrect error import
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Sep 17, 2024
1 parent 96fa7bd commit 856c230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfl_data_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import numpy
import pandas
import appdirs
from requests import HTTPError
from urllib.error import HTTPError

# module level doc string
__doc__ = """
Expand Down

0 comments on commit 856c230

Please sign in to comment.