From 0c5dd78977e1babb6a41c3de40a9867b3f12e4cd Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 25 Oct 2018 12:20:49 -0700 Subject: [PATCH] Fix lint error --- synthtool/gcp/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()