From 804dd2013c485608a37c8d7dd7759dcd14e74440 Mon Sep 17 00:00:00 2001 From: Jeremiah Paige Date: Thu, 9 May 2019 01:05:37 -0400 Subject: [PATCH] reremove sys --- isort/isort.py | 1 - 1 file changed, 1 deletion(-) diff --git a/isort/isort.py b/isort/isort.py index 68fd13b09..21fca23e8 100644 --- a/isort/isort.py +++ b/isort/isort.py @@ -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