Skip to content

Commit e9ade2b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auditwheel/lddtree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
from __future__ import annotations
1515

16-
from collections import OrderedDict
1716
import errno
1817
import functools
1918
import glob
2019
import logging
2120
import os
21+
from collections import OrderedDict
2222
from dataclasses import dataclass
2323
from fnmatch import fnmatch
2424
from pathlib import Path

0 commit comments

Comments
 (0)