Skip to content

Commit e446e04

Browse files
committed
Un-break URLs
1 parent 0ed9be6 commit e446e04

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ reportUnnecessaryTypeIgnoreComment = true
344344
typeCheckingMode = "strict"
345345

346346
[tool.pydocstringformatter]
347-
write = true
347+
write = false
348348
split-summary-body = false
349349
max-line-length = 79
350350
linewrap-full-docstring = true

src/vws/exceptions/custom_exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
22
Exceptions 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
54
or simple errors given by the cloud recognition service.
65
"""
76

src/vws/exceptions/vws_exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
22
Exception raised when Vuforia returns a response with a result code matching
33
one 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

87
import json

0 commit comments

Comments
 (0)