Skip to content

Commit

Permalink
Fix lint error (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Oct 25, 2018
1 parent aa86d7d commit f89bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f89bc55

Please sign in to comment.