Skip to content

Commit

Permalink
Merge pull request #40 from millawell/master
Browse files Browse the repository at this point in the history
changed dependencies to luigi contrib
  • Loading branch information
samuell authored Sep 19, 2017
2 parents c69b5a3 + d9f3909 commit 4eca1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sciluigi/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
'''

import luigi
from luigi.postgres import PostgresTarget
from luigi.s3 import S3Target
from luigi.contrib.postgres import PostgresTarget
from luigi.contrib.s3 import S3Target
from luigi.six import iteritems

# ==============================================================================
Expand Down

0 comments on commit 4eca1b5

Please sign in to comment.