Skip to content

Commit c55cecc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1ae2420 commit c55cecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cle/backends/ihex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import re
44
import struct
5-
from typing import List, Optional, Tuple, TYPE_CHECKING
5+
from typing import TYPE_CHECKING, List, Optional, Tuple
66

77
from cle.errors import CLEError
88

0 commit comments

Comments
 (0)