Skip to content

Commit

Permalink
feat: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 17, 2023
1 parent 491553a commit 5dc642a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion plone/app/z3cform/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from zope.interface import Interface
from zope.schema.interfaces import IDate
from zope.schema.interfaces import IDatetime
from zope.schema.interfaces import ITime


class IPloneFormLayer(IFormLayer):
Expand Down
2 changes: 0 additions & 2 deletions plone/app/z3cform/tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def setUp(self):
self.widget.pattern_options = {"date": {"firstDay": 0}}

def test_widget(self):
current_year = datetime.today().year
self.assertEqual(
{
"name": None,
Expand Down Expand Up @@ -300,7 +299,6 @@ def setUp(self):
}

def test_widget(self):
current_year = datetime.today().year
self.assertEqual(
{
"name": None,
Expand Down
1 change: 0 additions & 1 deletion plone/app/z3cform/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from plone.app.widgets.base import TextareaWidget
from plone.app.widgets.utils import get_context_url
from plone.app.widgets.utils import get_date_options
from plone.app.widgets.utils import get_datetime_options
from plone.app.widgets.utils import get_querystring_options
from plone.app.widgets.utils import get_relateditems_options
from plone.app.widgets.utils import get_tinymce_options
Expand Down

0 comments on commit 5dc642a

Please sign in to comment.