diff --git a/tests/test_tabular.py b/tests/test_tabular.py index d64d3de7..e9336430 100644 --- a/tests/test_tabular.py +++ b/tests/test_tabular.py @@ -19,7 +19,6 @@ def test_tabular_can_add_row_passing_many_arguments(sample_logo_path): with doc.create(Section("Can Add Row Passing Many Arguments")): with doc.create(Tabular("|c|c|", booktabs=True)) as table: - mc1 = MultiColumn( 1, align="l", data=StandAloneGraphic(filename=sample_logo_path) ) @@ -61,7 +60,6 @@ def test_tabular_can_add_row_passing_iterable(sample_logo_path): if __name__ == "__main__": - import os.path as osp sample_logo_path = osp.abspath(