Skip to content

Commit

Permalink
Fix the import sort order. (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Vagelpohl <jens@netz.ooo>
  • Loading branch information
Michael Howitz and dataflake committed Nov 5, 2020
1 parent 1db71a3 commit c46e0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = six
known_first_party = Products.PluginIndexes, Products.ZCTextIndex, Products.ZCatalog
known_zope =
BTrees
Products.PageTemplates
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
- coverage html -i
- coverage xml -i
coverage report -i
deps =
deps =
{[testenv]deps}
setenv =
COVERAGE_FILE=.coverage
Expand Down

0 comments on commit c46e0a4

Please sign in to comment.