We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5fc30 commit 147334fCopy full SHA for 147334f
py/selenium/webdriver/remote/webdriver.py
@@ -123,7 +123,6 @@ class BaseWebDriver(metaclass=ABCMeta):
123
ABC's allow custom implementations of Webdriver to be registered so that isinstance type checks
124
will succeed.
125
"""
126
- # TODO: After dropping Python 2, use ABC instead of ABCMeta and remove metaclass decorator.
127
128
129
class WebDriver(BaseWebDriver):
0 commit comments