Skip to content

Commit

Permalink
fix flake8 violation
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Nov 22, 2023
1 parent fcffab0 commit e46f229
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions brother_ql_web/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import logging
from dataclasses import dataclass
from io import BytesIO
# TODO: Remove `Tuple` after dropping Python 3.8.
from typing import cast, Literal, Tuple
from typing import cast, Literal, Tuple # TODO: Remove `Tuple` after dropping Python 3.8. # noqa: E501

from brother_ql import BrotherQLRaster, create_label
from brother_ql.devicedependent import (
Expand Down

0 comments on commit e46f229

Please sign in to comment.