Skip to content

Commit ee289aa

Browse files
CristopherH95federicobond
authored andcommitted
Update module sort
1 parent 60689b6 commit ee289aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rules/permissions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from asgiref.sync import sync_to_async
2+
23
from .rulesets import RuleSet
34

45
permissions = RuleSet()

tests/testsuite/test_permissions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from asgiref.sync import sync_to_async
21
from unittest import TestCase
32

3+
from asgiref.sync import sync_to_async
4+
45
from rules.permissions import (
56
ObjectPermissionBackend,
67
add_perm,

0 commit comments

Comments
 (0)