Skip to content

Commit

Permalink
Merge pull request #1569 from Aakash3101/deprecated-warning
Browse files Browse the repository at this point in the history
Fixed deprecated warning
  • Loading branch information
henrykironde committed Mar 24, 2021
2 parents c4840b3 + 2337533 commit bb06180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retriever/lib/engine_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import geopandas
except ModuleNotFoundError:
pass
from pandas.io.json import json_normalize
from pandas import json_normalize
from collections import OrderedDict
import xml.etree.ElementTree as ET
from hashlib import md5
Expand Down

0 comments on commit bb06180

Please sign in to comment.