Skip to content

Commit

Permalink
Fix broken import in newrelic_lambda_cli.functions (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos authored Nov 27, 2019
1 parent b8824dd commit 7fbaa70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions newrelic_lambda_cli/functions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import botocore

from . import utils


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="newrelic-lambda-cli",
version="0.1.2",
version="0.1.3",
python_requires=">=3.3",
description="A CLI to install the New Relic AWS Lambda integration and layers.",
long_description=README,
Expand Down

0 comments on commit 7fbaa70

Please sign in to comment.