Skip to content

Commit

Permalink
Remove unneeded imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jun 26, 2024
1 parent 3efad41 commit 789c8b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/collective/clamav/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from plone.app.testing import PloneSandboxLayer
from plone.app.testing import setRoles
from plone.app.testing import TEST_USER_ID
from plone.testing import z2
from zope.component import getGlobalSiteManager
from zope.configuration import xmlconfig
from zope.interface import implementer
Expand Down
1 change: 0 additions & 1 deletion src/collective/clamav/tests/test_setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Setup tests for this package."""

from collective.clamav.testing import COLLECTIVE_CLAMAV_INTEGRATION_TESTING
from plone import api

import unittest

Expand Down

0 comments on commit 789c8b0

Please sign in to comment.