Skip to content

Commit

Permalink
reremove sys
Browse files Browse the repository at this point in the history
  • Loading branch information
ucodery committed May 9, 2019
1 parent 277377e commit 804dd20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isort/isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import copy
import itertools
import re
import sys
from collections import OrderedDict, defaultdict, namedtuple
from typing import TYPE_CHECKING, Any, Dict, Iterable, List, Mapping, Optional, Sequence, Tuple

Expand Down

0 comments on commit 804dd20

Please sign in to comment.