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