Skip to content

Commit 763f0de

Browse files
committed
removed hard-coded stuff
1 parent 74a8a8d commit 763f0de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/canari/commands/create_aws_lambda.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
'https://github.com/redcanari/canari3/releases/download/v%s/%s' % (canari.__version__, DEPENDENCY_FILE_NAME)
5959
)
6060

61-
DEPENDENCY_DOWNLOAD_URL = 'https://github.com/redcanari/canari3/archive/v3.3.0.zip'
62-
6361
# Queue for blocking until we get a result from hook to setup(). Ugly but effective :P
6462
q = Queue()
6563

0 commit comments

Comments
 (0)