File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ reportUnnecessaryTypeIgnoreComment = true
344344typeCheckingMode = " strict"
345345
346346[tool .pydocstringformatter ]
347- write = true
347+ write = false
348348split-summary-body = false
349349max-line-length = 79
350350linewrap-full-docstring = true
Original file line number Diff line number Diff line change 11"""
22Exceptions which do not map to errors at
3- https://developer.vuforia.com/library/web-api/cloud-targets-web-services-
4- api#result-codes
3+ https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#result-codes
54or simple errors given by the cloud recognition service.
65"""
76
Original file line number Diff line number Diff line change 11"""
22Exception raised when Vuforia returns a response with a result code matching
33one of those documented at
4- https://developer.vuforia.com/library/web-api/cloud-targets-web-services-
5- api#result-codes.
4+ https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#result-codes.
65"""
76
87import json
You can’t perform that action at this time.
0 commit comments