Skip to content

Commit

Permalink
import exception from botocore
Browse files Browse the repository at this point in the history
boto (2) is no longer a dependency
  • Loading branch information
leohemsted committed Oct 3, 2018
1 parent e055154 commit 6ca2b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dao/notifications_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
timedelta,
)

from boto.exception import BotoClientError
from botocore.exceptions import ClientError as BotoClientError
from flask import current_app

from notifications_utils.recipients import (
Expand Down

0 comments on commit 6ca2b82

Please sign in to comment.