You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws_doc_sdk_examples_tools/metadata_errors.py
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -266,14 +266,6 @@ def message(self):
266
266
returnf"contains an sdkguide link of '{self.guide}'. Use a relative link instead and let the tool insert a 'type=documentation' attribute in the link on your behalf."
267
267
268
268
269
-
@dataclass
270
-
classAPIExampleCannotAddService(SdkVersionError):
271
-
defmessage(self):
272
-
return (
273
-
"is an API example but lists additional services in the add_services field."
0 commit comments