Created
September 5, 2018 05:32
-
-
Save jimjh/58825364be60a5a66183bf569d7a6f44 to your computer and use it in GitHub Desktop.
example of shading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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