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

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 9c63e42 commit 72c3476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
from typing import cast

import pytest
from argilla_server._app import create_server_app
from argilla_server.settings import Settings, settings
from starlette.routing import Mount
from starlette.testclient import TestClient

from argilla_server._app import create_server_app
from argilla_server.settings import Settings, settings

@pytest.fixture
def test_settings():
Expand Down

0 comments on commit 72c3476

Please sign in to comment.