Skip to content

Commit

Permalink
- fix typo and prevent warning from isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 30, 2020
1 parent 0035f4c commit 57a855f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -14,8 +14,9 @@ universal = 1
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_first_party = Products.GenericSetup, Products.MailHost, Products.BTreeFolder2, , Products.PluginIndexes, Products.ZCatalog, Products.PythonScripts, Products.ZSQLMethods, Products.ZCTextIndex, Products.StandardCacheManagers
known_first_party = Products.GenericSetup, Products.MailHost, Products.BTreeFolder2, Products.PluginIndexes, Products.ZCatalog, Products.PythonScripts, Products.ZSQLMethods, Products.ZCTextIndex, Products.StandardCacheManagers
known_third_party = six, docutils, pkg_resources
known_zope =
default_section = ZOPE
line_length = 79
lines_after_imports = 2
Expand Down

0 comments on commit 57a855f

Please sign in to comment.