Skip to content

Commit

Permalink
fetch function now in APICalls file
Browse files Browse the repository at this point in the history
  • Loading branch information
crisjf committed Mar 13, 2020
1 parent a4d3ca0 commit 8984f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloadIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from io import BytesIO
from pathlib import Path
from download_shapeData import fetch
from APICalls import fetch

IO_PATH = 'tables/IO'

Expand Down

0 comments on commit 8984f98

Please sign in to comment.