Skip to content

Commit 053eb32

Browse files
gforcadadataflake
andauthored
Adjust imports (#147)
* chore: adjust imports * - remove pkg_resources from isort config --------- Co-authored-by: Jens Vagelpohl <[email protected]>
1 parent 4ad98f8 commit 053eb32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fail-under = 85
1717

1818
[isort]
1919
known_first_party = "Products.GenericSetup, Products.MailHost, Products.BTreeFolder2, Products.PluginIndexes, Products.ZCatalog, Products.PythonScripts, Products.ZSQLMethods, Products.ZCTextIndex, Products.StandardCacheManagers"
20+
known_third_party = 'docutils, pytz'
2021

2122
[check-manifest]
2223
additional-ignores = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ignore =
1717
force_single_line = True
1818
combine_as_imports = True
1919
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
20-
known_third_party = docutils, pkg_resources, pytz
20+
known_third_party = docutils, pytz
2121
known_zope =
2222
known_first_party = Products.GenericSetup, Products.MailHost, Products.BTreeFolder2, Products.PluginIndexes, Products.ZCatalog, Products.PythonScripts, Products.ZSQLMethods, Products.ZCTextIndex, Products.StandardCacheManagers
2323
default_section = ZOPE

0 commit comments

Comments
 (0)