Import display

I recieved error messages that display is not imported
This commit is contained in:
mfbehrens99
2021-03-10 11:32:00 +01:00
parent 53e411d78b
commit 78ce817218

View File

@@ -22,7 +22,7 @@ from geopandas import GeoDataFrame
import pandas as pd import pandas as pd
from functools import reduce from functools import reduce
from tabulate import tabulate from tabulate import tabulate
from IPython.display import Markdown from IPython.display import Markdown, display
from collections.abc import Iterable from collections.abc import Iterable
# Fetch # Fetch