Skip to content

Commit

Permalink
added test + flake
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Aug 12, 2024
1 parent ec018da commit daf722a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/design/plone/policy/tests/test_limit_submit_form.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from collective.volto.formsupport.testing import ( # noqa: E501,
VOLTO_FORMSUPPORT_API_FUNCTIONAL_TESTING,
)
from datetime import datetime
from io import StringIO
from plone import api
from plone.app.testing import setRoles
from plone.app.testing import SITE_OWNER_NAME
Expand All @@ -12,7 +10,6 @@
from Products.MailHost.interfaces import IMailHost
from zope.component import getUtility

import csv
import transaction
import unittest

Expand Down

0 comments on commit daf722a

Please sign in to comment.