Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Nov 1, 2021
1 parent 488cdca commit 223dc4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isort/core.py
@@ -1,7 +1,6 @@
import textwrap
from io import StringIO
from itertools import chain
from re import match
from typing import List, TextIO, Union

import isort.literal
Expand Down

0 comments on commit 223dc4c

Please sign in to comment.