Skip to content

Commit 05fd7a7

Browse files
committed
fix typo
1 parent 6d54a14 commit 05fd7a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pretty_gpx/common/drawing/utils/drawer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def change_gpx(self, gpx_path: str | bytes, paper: PaperSize) -> None:
3030
...
3131

3232

33-
3433
class DrawerMultiTrack(DrawerBase, ABC):
3534
"""Base Drawer class for Multi-Track posters."""
3635
@abstractmethod

pretty_gpx/ui/pages/template/ui_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def _self_change_gpx_single(drawer: T, b: bytes | str, paper: PaperSize) -> T:
5555
drawer.change_gpx(b, paper)
5656
return cast(T, drawer)
5757

58+
5859
@profile_parallel
5960
def _self_change_paper_size(drawer: T, paper: PaperSize) -> T:
6061
"""Change the paper size and return the new drawer."""

0 commit comments

Comments
 (0)