Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent e76ac20 commit 4d270f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions plone/memoize/compress.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""XHTML Compressor
"""
"""XHTML Compressor"""

from plone.memoize.interfaces import IXHTMLCompressor
from zope.component import queryUtility
Expand Down
3 changes: 1 addition & 2 deletions plone/memoize/ram.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""A cache decorator that uses RAMCache by default.
"""
"""A cache decorator that uses RAMCache by default."""

from hashlib import sha1
from plone.memoize import volatile
Expand Down

0 comments on commit 4d270f1

Please sign in to comment.