Skip to content

Commit 63db7d4

Browse files
committed
after linting
1 parent ce928ee commit 63db7d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

carwatch/labels/label_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
import numpy as np
1111

1212
from carwatch.labels.print_layout import AveryZweckformJ4791Layout, PrintLayout
13-
from carwatch.utils.study import Study
1413
from carwatch.utils import assert_is_dir, sanitize_str_for_tex, tex_to_pdf, write_to_file
14+
from carwatch.utils.study import Study
1515

1616

1717
class LabelGenerator:

carwatch/qr_codes/study_qr_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def generate(self, output_dir: str = ".", output_name: Union[str, None] = None):
7777
qr_img = self._generate_qr_code()
7878
self._save_qr_img(qr_img)
7979

80-
def _generate_qr_code(self) -> qrcode.image.pil.PilImage:
80+
def _generate_qr_code(self) -> PilImage:
8181
"""Generate a QR-Code with the study information.
8282
8383
This method translates the study data into a QR-Code. The information is encoded in the following format:

0 commit comments

Comments
 (0)