Skip to content

Commit 335e428

Browse files
getsantry[bot]mdtro
authored andcommitted
🛠️ apply pre-commit fixes
1 parent 61a1b91 commit 335e428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sentry/web/frontend/test_oauth_revoke.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def setUp(self):
3030
redirect_uris="http://localhost:5678",
3131
)
3232

33-
self.grants: List[ApiGrant] = []
34-
self.tokens: List[ApiToken] = []
33+
self.grants: list[ApiGrant] = []
34+
self.tokens: list[ApiToken] = []
3535

3636
for i in range(4):
3737
# authorize the api application to act on behalf of the test user

0 commit comments

Comments
 (0)