Skip to content

Commit 906f44b

Browse files
navin772KazuCocoa
andauthored
close parenthesis
Co-authored-by: Kazuaki Matsuo <[email protected]>
1 parent e1e7392 commit 906f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/remote/remote_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class RemoteConnection:
149149

150150
# Class variables for headers
151151
extra_headers = None
152-
user_agent = f"selenium/{__version__} (python {system}"
152+
user_agent = f"selenium/{__version__} (python {system})"
153153

154154
@classmethod
155155
def get_timeout(cls):

0 commit comments

Comments
 (0)