Skip to content

Commit

Permalink
chore: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 3, 2023
1 parent 6312c05 commit 8676edc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake8_isort.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import warnings
from contextlib import redirect_stdout
from difflib import unified_diff
from importlib.metadata import PackageNotFoundError, version
from importlib.metadata import PackageNotFoundError
from importlib.metadata import version
from io import StringIO
from pathlib import Path

import isort
import warnings


def _version():
Expand Down

0 comments on commit 8676edc

Please sign in to comment.