Skip to content

Commit

Permalink
chore(pre-commit.ci): auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent dce693d commit 133cc48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from argparse import ArgumentParser, Namespace
from pathlib import Path

from colorlog import ColoredFormatter

from aiocomelit import __version__
from aiocomelit.api import (
ComeliteSerialBridgeApi,
Expand All @@ -27,7 +29,6 @@
VEDO,
)
from aiocomelit.exceptions import CannotAuthenticate, CannotConnect
from colorlog import ColoredFormatter

INDEX = 0

Expand Down

0 comments on commit 133cc48

Please sign in to comment.