pep8 mostly

This commit is contained in:
carnal0wnage
2018-04-07 18:42:44 -04:00
parent 7e78fa821c
commit 93340dafb2
6 changed files with 729 additions and 621 deletions

View File

@@ -1,8 +1,10 @@
'''
data pipeline example
'''
from libs.datapipeline import *
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
def step_datapipeline_list_pipelines():
list_pipelines(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)