Skip to content

Commit

Permalink
Fixing linting for two files I never touched
Browse files Browse the repository at this point in the history
  • Loading branch information
gogobd committed Feb 20, 2024
1 parent 969c653 commit cc70400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plone/api/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Heavily inspired by collective.relationhelpers.
"""

from AccessControl.SecurityManagement import getSecurityManager
from collections import defaultdict
from plone.api.exc import InvalidParameterError
Expand Down
1 change: 1 addition & 0 deletions src/plone/api/tests/test_content.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for plone.api.content."""

from Acquisition import aq_base
from OFS.CopySupport import CopyError
from OFS.event import ObjectWillBeMovedEvent
Expand Down

0 comments on commit cc70400

Please sign in to comment.