Skip to content

Commit

Permalink
Ignore pylint false negative
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHawtin committed Nov 18, 2024
1 parent 5617306 commit 857f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional_tests/steps/example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from behave import given, then, when
from behave import given, then, when # pylint: disable=E0611
from behave.runner import Context
from playwright.sync_api import expect

Expand Down

0 comments on commit 857f046

Please sign in to comment.