Skip to content

Commit ed18f4f

Browse files
committed
style: fix ruff rule PLC0415
1 parent 28e4db4 commit ed18f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/inventory/proxmox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _get_auth(self):
273273
validate_certs = self.get_option("validate_certs")
274274

275275
if validate_certs is False:
276-
from requests.packages.urllib3 import disable_warnings
276+
from requests.packages.urllib3 import disable_warnings # noqa: PLC0415
277277

278278
disable_warnings()
279279

0 commit comments

Comments
 (0)