Skip to content

Commit 6f0fbcd

Browse files
authored
Remove warning filter (#93)
1 parent b574ba4 commit 6f0fbcd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pybotvac/robot.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from email.utils import format_datetime
66

77
import requests
8-
import urllib3
98
from voluptuous import (
109
ALLOW_EXTRA,
1110
All,
@@ -20,10 +19,6 @@
2019
from .exceptions import NeatoRobotException, NeatoUnsupportedDevice
2120
from .neato import Neato # For default Vendor argument
2221

23-
# Disable warning due to SubjectAltNameWarning in certificate
24-
# pylint: disable=no-member
25-
urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)
26-
2722
_LOGGER = logging.getLogger(__name__)
2823

2924
SUPPORTED_SERVICES = ["basic-1", "minimal-2", "basic-2", "basic-3", "basic-4"]

0 commit comments

Comments
 (0)