Adds pylint to tox test pipeline and fixes related errors
[osm/MON.git] / osm_mon / collector / vnf_collectors / vmware.py
index ba499c7..557fa38 100644 (file)
@@ -62,9 +62,6 @@ METRIC_MAPPINGS = {
     "packets_sent": "net:Aggregate of all instances|packetsTxPerSec",
 }
 
-# Disable warnings from self-signed certificates.
-requests.packages.urllib3.disable_warnings()
-
 
 class VMwareCollector(BaseVimCollector):
     def __init__(self, config: Config, vim_account_id: str):