Skip to content

Commit 3b3cd22

Browse files
committed
fix(ruff): fix small linter issue
1 parent 2e0f41c commit 3b3cd22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_frontend_tkinter_show.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
import pytest
1717

18-
# pylint: disable=redefined-outer-name
19-
20-
2118
from ardupilot_methodic_configurator.frontend_tkinter_show import (
2219
Tooltip,
2320
show_error_message,
@@ -26,6 +23,8 @@
2623
show_tooltip,
2724
)
2825

26+
# pylint: disable=redefined-outer-name
27+
2928

3029
# Fixtures
3130
@pytest.fixture

0 commit comments

Comments
 (0)