From f8fe3531b9177e89e680484bbf741c751e2e8172 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 23 Sep 2020 22:00:32 +0300 Subject: [PATCH] Remove unnecessary config for isort 5 --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 45fd58a3e..58342df49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,10 +9,6 @@ skip = multi_line_output = 3 known_third_party = pip._vendor -known_first_party = - pip - tests -default_section = THIRDPARTY include_trailing_comma = true [flake8]