Skip to content

Commit

Permalink
feat: drop six usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 15, 2023
1 parent 0757ce3 commit 9823864
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"Products.CMFCore",
"Products.ZCatalog",
"setuptools",
"six",
"zope.annotation",
"zope.component",
"zope.container",
Expand Down
2 changes: 0 additions & 2 deletions src/plone/folder/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from zope.container.contained import notifyContainerModified
from zope.interface import implementer

import six


@implementer(IExplicitOrdering)
@adapter(IOrderableFolder)
Expand Down
2 changes: 0 additions & 2 deletions src/plone/folder/partial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
from zope.container.contained import notifyContainerModified
from zope.interface import implementer

import six


ORDER_ATTR = "_objectordering"

Expand Down
1 change: 0 additions & 1 deletion src/plone/folder/tests/test_ordersupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from plone.folder.testing import PLONEFOLDER_INTEGRATION_TESTING
from plone.folder.tests.utils import DummyObject

import six
import unittest


Expand Down

0 comments on commit 9823864

Please sign in to comment.