diff --git a/pyltk/tabular.py b/pyltk/tabular.py index cad5601..066fba1 100644 --- a/pyltk/tabular.py +++ b/pyltk/tabular.py @@ -2,7 +2,7 @@ import itertools -from .element import element, wrapper_element +from .element import element try: import pandas as pd