Skip to content

Commit

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

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

0 comments on commit bb8cc27

Please sign in to comment.