We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236bb14 commit 93aaa65Copy full SHA for 93aaa65
tests/lib/permissions/conftest.py
@@ -1,11 +1,15 @@
1
+# ruff: noqa: E402
2
+
3
"""Shared fixtures and helpers for permissions tests."""
4
5
+import pytest
6
7
+pytest.importorskip("fastapi")
8
9
from dataclasses import dataclass
10
from typing import Optional, Union
11
from unittest.mock import Mock
12
-import pytest
-
13
from mavedb.lib.permissions.actions import Action
14
from mavedb.models.enums.contribution_role import ContributionRole
15
from mavedb.models.enums.user_role import UserRole
0 commit comments