Skip to content

Instantly share code, notes, and snippets.

@jimjh
Created September 5, 2018 05:32
Show Gist options
  • Save jimjh/58825364be60a5a66183bf569d7a6f44 to your computer and use it in GitHub Desktop.
Save jimjh/58825364be60a5a66183bf569d7a6f44 to your computer and use it in GitHub Desktop.
example of shading
# luigi 1.x is renamed to luigi1
from luigi1 import Task as Task1
# luigi 2.x is imported as usual
from luigi import Task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment