Skip to content

Commit 9eb1f51

Browse files
fix lint
1 parent 732d773 commit 9eb1f51

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ py-version=3.9
8989
# Discover python modules and packages in the file system subtree.
9090
recursive=no
9191

92-
# When enabled, pylint would attempt to guess common misconfiguration and emit
93-
# user-friendly hints instead of false-positive error messages.
94-
suggestion-mode=yes
95-
9692
# Allow loading of arbitrary C extensions. Extensions are imported into the
9793
# active Python interpreter and may run arbitrary code.
9894
unsafe-load-any-extension=no

tests/unit/test_plugin_obj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22
from unittest.mock import patch
33

4-
from pytest import CaptureFixture, MonkeyPatch
4+
from pytest import CaptureFixture
55

66
from linodecli import CLI, plugins
77
from linodecli.plugins import obj

0 commit comments

Comments
 (0)