Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matthaeusheer committed Nov 14, 2021
1 parent 5e8cc49 commit 9ded088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planvec/pdf_jammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from typing import Dict, List


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


class PdfJammer:
# TODO: Inject config into PdfJammer!
def __init__(self, data_manager: DataManager, out_dir_path: Path, verbose: bool = True):
self.data_manager = data_manager
self.out_dir = out_dir_path
Expand Down

0 comments on commit 9ded088

Please sign in to comment.