Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
pre-commit-ci[bot] committed Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 272fe91 commit 09b9c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_redis/compressors/gzip.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import gzip

from ..exceptions import CompressorError
from .base import BaseCompressor
from django_redis.compressors.base import BaseCompressor
from django_redis.exceptions import CompressorError


class GzipCompressor(BaseCompressor):

0 comments on commit 09b9c68

Please sign in to comment.