Skip to content

Commit e77fbcf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2732bfe commit e77fbcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

simple_history/tests/tests/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def allow_migrate(self, db, app_label, model_name=None, **hints):
7676

7777

7878
class PermissionAction(Enum):
79-
ADD = 'add'
80-
CHANGE = 'change'
81-
DELETE = 'delete'
82-
VIEW = 'view'
79+
ADD = "add"
80+
CHANGE = "change"
81+
DELETE = "delete"
82+
VIEW = "view"

0 commit comments

Comments
 (0)