Skip to content

Commit

Permalink
removed hard-coded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pakak-ndouba committed Jul 6, 2018
1 parent 74a8a8d commit 763f0de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/canari/commands/create_aws_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
'https://github.com/redcanari/canari3/releases/download/v%s/%s' % (canari.__version__, DEPENDENCY_FILE_NAME)
)

DEPENDENCY_DOWNLOAD_URL = 'https://github.com/redcanari/canari3/archive/v3.3.0.zip'

# Queue for blocking until we get a result from hook to setup(). Ugly but effective :P
q = Queue()

Expand Down

0 comments on commit 763f0de

Please sign in to comment.