mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 18:22:17 -05:00
use flake8 instead of pycodestyle
since there are thousands and thousands of errors in the tests files at the moment, i propose fixing those errors in separate PR for now.
This commit is contained in:
@@ -64,6 +64,7 @@ def delete_queue(queue_url):
|
||||
print('Deleted queue successfully {}'.format(response['ResponseMetadata']))
|
||||
else:
|
||||
print('Error occured when attempting to delete queue')
|
||||
from pprint import pprint
|
||||
pprint(response)
|
||||
return response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user