Remove unnecessary config for isort 5

This commit is contained in:
Hugo van Kemenade 2020-09-23 22:00:32 +03:00
parent faee60baea
commit f8fe3531b9
1 changed files with 0 additions and 4 deletions

View File

@ -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]