Skip to content

Commit

Permalink
pep8 fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette committed Jan 26, 2024
1 parent 22858e3 commit 372e674
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake8_import_order/styles.py
@@ -1,6 +1,5 @@
from collections import namedtuple

import sys
from collections import namedtuple

if sys.version_info >= (3, 8):
import importlib.metadata as importlib_metadata
Expand Down

0 comments on commit 372e674

Please sign in to comment.