diff --git a/synthtool/gcp/common.py b/synthtool/gcp/common.py index 294eab9e3..6ad782253 100644 --- a/synthtool/gcp/common.py +++ b/synthtool/gcp/common.py @@ -26,7 +26,7 @@ def __init__(self): self._templates = templates.Templates(_TEMPLATES_DIR) def py_library(self) -> Path: - raise NotImplemented() + raise NotImplementedError() def node_library(self, **kwargs) -> Path: kwargs["metadata"] = node.read_metadata()