Skip to content

Commit

Permalink
Fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Jul 1, 2024
1 parent 1326721 commit 12014b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui_tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import pytest
from django.core.management import call_command
from playwright.sync_api import Page
from pytest_django.plugin import DjangoDbBlocker

# pylint: disable=unused-argument,redefined-outer-name
# pylint: disable=unused-argument


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

0 comments on commit 12014b3

Please sign in to comment.