From 375e14e1b16a2f9c0534dc0b915a9070168bad40 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 5 Jan 2020 00:28:54 -0700 Subject: [PATCH] fix isort --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7405e7c..ebacbfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,6 @@ max-complexity=10 line_length = 88 indent = ' ' force_single_line = true -import_heading_stdlib = "Standard Library Imports" -import_heading_thirdparty = "Third Party Imports" -import_heading_firstparty = "Project Imports" \ No newline at end of file +import_heading_stdlib = Standard Library Imports +import_heading_thirdparty = Third Party Imports +import_heading_firstparty = Project Imports \ No newline at end of file