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 Aug 28, 2023
1 parent a787cfd commit 18761a0
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dbbackup/tests/testapp/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@


class Migration(migrations.Migration):

dependencies = []

operations = [
2 changes: 1 addition & 1 deletion dbbackup/utils.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
from django.utils import timezone

try:
from pipes import quote
from shlex import quote
except ImportError:
from shlex import quote

0 comments on commit 18761a0

Please sign in to comment.