Skip to content

Commit c8a4fdb

Browse files
committed
Remove unused
1 parent 2b51fb6 commit c8a4fdb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

aws_doc_sdk_examples_tools/metadata_errors.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,6 @@ def message(self):
266266
return f"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."
267267

268268

269-
@dataclass
270-
class APIExampleCannotAddService(SdkVersionError):
271-
def message(self):
272-
return (
273-
"is an API example but lists additional services in the add_services field."
274-
)
275-
276-
277269
@dataclass
278270
class AddServicesHasBeenDeprecated(SdkVersionError):
279271
add_services: Dict[str, Set[str]] = field(default_factory=dict)

0 commit comments

Comments
 (0)