Skip to content

Commit

Permalink
Run isort to fix CI (NabuCasa#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Jan 4, 2024
1 parent 84b8fea commit 68fbbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal_silabs_flasher/firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import logging
import typing

import zigpy.types as zigpy_t
from zigpy.ota.validators import ValidationError, parse_silabs_ebl, parse_silabs_gbl
import zigpy.types as zigpy_t

from .common import Version, pad_to_multiple
from .const import FirmwareImageType
Expand Down

0 comments on commit 68fbbc6

Please sign in to comment.