Skip to content

Commit

Permalink
Merge pull request #23 from RightBrain-Networks/bugfix/missing-client…
Browse files Browse the repository at this point in the history
…-error

add client error in __init__
  • Loading branch information
Derek DeJonghe authored Aug 20, 2019
2 parents 2d330bb + 4bb5a26 commit 748731d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import argparse
import json
import os
from botocore.exceptions import ClientError
from deployer.cloudformation import Stack
from deployer.s3_sync import s3_sync
from deployer.lambda_prep import LambdaPrep
Expand Down

0 comments on commit 748731d

Please sign in to comment.