diff --git a/py/selenium/webdriver/common/options.py b/py/selenium/webdriver/common/options.py index 5952aa7376095..ea2bdde227e76 100644 --- a/py/selenium/webdriver/common/options.py +++ b/py/selenium/webdriver/common/options.py @@ -418,7 +418,7 @@ def arguments(self): """:Returns: A list of arguments needed for the browser.""" return self._arguments - def add_argument(self, argument): + def add_argument(self, argument) -> None: """Adds an argument to the list. :Args: