Skip to content

Commit 7521b14

Browse files
committed
fix: Remove unused variable (close #122)
1 parent 5394265 commit 7521b14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

time_tracker_api/security.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
iss_claim_pattern = re.compile(r"(.*).b2clogin.com/(?P<tenant_id>%s)" % UUID_REGEX)
3131

32-
default_role = frozenset({"client-role"})
33-
3432
roles = {
3533
"admin": {"name": "time-tracker-admin"},
3634
"client": {"name": "client-role"}

0 commit comments

Comments
 (0)