Skip to content

Commit 9ded088

Browse files
committed
some comments
1 parent 5e8cc49 commit 9ded088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planvec/pdf_jammer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from typing import Dict, List
1212

1313

14+
# todo: need not hardcode but use values from GUI for this
1415
PLATE_WIDTH = 50
1516
PLATE_HEIGHT = 80
1617
PDF_WIDTH = 20
@@ -21,7 +22,6 @@
2122

2223

2324
class PdfJammer:
24-
# TODO: Inject config into PdfJammer!
2525
def __init__(self, data_manager: DataManager, out_dir_path: Path, verbose: bool = True):
2626
self.data_manager = data_manager
2727
self.out_dir = out_dir_path

0 commit comments

Comments
 (0)