-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove extra User-Agent #6232
remove extra User-Agent #6232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Linter is flagging the unused import anyway.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #6232 +/- ##
==========================================
- Coverage 97.60% 97.60% -0.01%
==========================================
Files 1116 1116
Lines 95772 95768 -4
==========================================
- Hits 93481 93476 -5
- Misses 2291 2292 +1
☔ View full report in Codecov by Sentry. |
Fail this assertion if User-Agent has a spurious "User-Agent" prefix.
changes from
User-Agent: User-Agent: cirq/1.2.0 (python/3.11.4)
toUser-Agent: cirq/1.2.0 (python/3.11.4)