Skip to content

Commit

Permalink
More black
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 23, 2024
1 parent 92d394b commit 87629f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_tabular.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 87629f9

Please sign in to comment.