Skip to content

Commit bc6c699

Browse files
Fix broken relative import
1 parent d76c40f commit bc6c699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_role.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# test_role.py
22

33
import pytest
4-
from conftest import SetupError
4+
from .conftest import SetupError
55
from utils.models import Role, Permission, ValidPermissions, User
66
from sqlmodel import Session, select
77

0 commit comments

Comments
 (0)