Skip to content

Commit e86725e

Browse files
committed
lint fix
1 parent 2662d52 commit e86725e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_route.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def authenticate(self, **kwargs):
4040

4141

4242
@api_controller(
43-
"permission", auth=FakeAuth(), permissions=[permissions.IsAuthenticated & permissions.IsAdminUser]
43+
"permission",
44+
auth=FakeAuth(),
45+
permissions=[permissions.IsAuthenticated & permissions.IsAdminUser],
4446
)
4547
class PermissionController:
4648
@http_post("/example_post", auth=None)

0 commit comments

Comments
 (0)