Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Use Access.Roles instead of Userrole
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Mar 26, 2024
1 parent 5688f04 commit 4be884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm_admin/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import os
from sys import argv
import tm_admin.types_tm
from tm_admin.types_tm import Teamrole, Userrole, Roles
from tm_admin.types_tm import Roles
from codetiming import Timer
from tm_admin.yamlfile import YamlFile
import asyncio
Expand Down

0 comments on commit 4be884e

Please sign in to comment.