We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3354fc8 commit 08db537Copy full SHA for 08db537
py/selenium/webdriver/common/fedcm/account.py
@@ -32,7 +32,7 @@ def __get__(self, obj, cls) -> Optional[str]:
32
return obj._account_data.get(self.name)
33
34
def __set__(self, obj, value) -> None:
35
- raise AttributeError(f"Cannot set readonly attribute")
+ raise AttributeError("Cannot set readonly attribute")
36
37
38
class Account:
0 commit comments