Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann committed Jun 30, 2024
1 parent 65890be commit 292acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/drawable/text/test_pango_stroke_drawer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from map_engraver.canvas.canvas_unit import CanvasUnit as Cu
from map_engraver.data.pango.layout import Layout
from map_engraver.drawable.text.pango_stroke_drawer import PangoStrokeDrawer
from tests.utils import svg_has_style_attr, svg_has_tag
from tests.utils import svg_has_style_attr


class TestPangoStrokeDrawer(unittest.TestCase):
Expand Down

0 comments on commit 292acf2

Please sign in to comment.