readme cleanup

This commit is contained in:
Taylor Wilsdon
2026-03-05 08:52:48 -05:00
parent bf2eb4c0c7
commit c7b0afa74c
2 changed files with 1 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ from auth.permissions import (
is_action_denied,
parse_permissions_arg,
set_permissions,
SERVICE_DENIED_ACTIONS,
SERVICE_PERMISSION_LEVELS,
)
from auth.scopes import (
@@ -140,7 +139,6 @@ class TestGetScopesForPermission:
assert TASKS_READONLY_SCOPE in scopes
@pytest.fixture(autouse=True)
def _reset_permissions_state():
"""Ensure each test starts and ends with no active permissions."""