-
Notifications
You must be signed in to change notification settings - Fork 23.2k
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
[ONNX] use consistent quoting for string literals (#57757) #58695
Conversation
As PEP8 says: "Pick a rule and stick to it." [1] [1] https://www.python.org/dev/peps/pep-0008/#string-quotes Co-authored-by: Gary Miguel <garymiguel@microsoft.com> [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit f6e31db (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages: Lint / mypy (1/1)Step: "Run mypy" (full log | diagnosis details | 🔁 rerun)
|
Job | Step | Action |
---|---|---|
Windows CI (pytorch-win-vs2019-cpu-py3) / render_test_results | Checkout PyTorch | 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group.
As PEP8 says: "Pick a rule and stick to it." [1] [1] https://www.python.org/dev/peps/pep-0008/#string-quotes Co-authored-by: Gary Miguel <garymiguel@microsoft.com> [ghstack-poisoned]
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
As PEP8 says: "Pick a rule and stick to it." [1] [1] https://www.python.org/dev/peps/pep-0008/#string-quotes Co-authored-by: Gary Miguel <garymiguel@microsoft.com> Differential Revision: [D28714811](https://our.internmc.facebook.com/intern/diff/D28714811) [ghstack-poisoned]
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity merged this pull request in 0a6828a. |
…torch#58695) Summary: Pull Request resolved: pytorch#58695 As PEP8 says: "Pick a rule and stick to it." [1] [1] https://www.python.org/dev/peps/pep-0008/#string-quotes Test Plan: Imported from OSS Reviewed By: driazati Differential Revision: D28714811 Pulled By: SplitInfinity fbshipit-source-id: c95103aceb1725c17c034dc6fc8216627f189548 Co-authored-by: Gary Miguel <garymiguel@microsoft.com>
Stack from ghstack:
As PEP8 says: "Pick a rule and stick to it." [1]
[1] https://www.python.org/dev/peps/pep-0008/#string-quotes
Co-authored-by: Gary Miguel garymiguel@microsoft.com
Differential Revision: D28714811