ruff fix
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from src.service.auth.jwt import Jwt
|
from src.service.auth.jwt import Jwt
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def jwt_service():
|
def jwt_service():
|
||||||
jwt_service=Jwt()
|
jwt_service=Jwt()
|
||||||
|
|||||||
Reference in New Issue
Block a user