File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,6 @@ py-version=3.9
8989# Discover python modules and packages in the file system subtree.
9090recursive =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.
9894unsafe-load-any-extension =no
Original file line number Diff line number Diff line change 11import time
22from unittest .mock import patch
33
4- from pytest import CaptureFixture , MonkeyPatch
4+ from pytest import CaptureFixture
55
66from linodecli import CLI , plugins
77from linodecli .plugins import obj
You can’t perform that action at this time.
0 commit comments