diff --git a/smartmove/visuals/latex/tables.py b/smartmove/visuals/latex/tables.py index 5925f18..56f089d 100644 --- a/smartmove/visuals/latex/tables.py +++ b/smartmove/visuals/latex/tables.py @@ -139,8 +139,6 @@ def __create_body(data, cols): import datetime import numpy - # TODO It is sometimes the case all dtypes or `object`, need to handle this - # Process each row of body data val_str = '' keys = list(cols.keys())