Skip to content

Commit

Permalink
Ruff noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Jan 15, 2024
1 parent e6fb72c commit 8edca3f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import sys

import flask
import flask_session
import pytest

sys.path.append("src")
import flask # noqa E402
import flask_session # noqa E402
import pytest # noqa E402


@pytest.fixture(scope="function")
Expand Down

0 comments on commit 8edca3f

Please sign in to comment.