Commit 8bba17f7 authored by Yuxin Wu's avatar Yuxin Wu

fix lint

parent 1b8fc8f2
...@@ -65,6 +65,11 @@ script: ...@@ -65,6 +65,11 @@ script:
- cd $TRAVIS_BUILD_DIR # go back to root so that deploy may work - cd $TRAVIS_BUILD_DIR # go back to root so that deploy may work
notifications: notifications:
email:
recipients:
- ppwwyyxxc@gmail.com
on_success: never
on_failure: always
webhooks: webhooks:
urls: urls:
- https://webhooks.gitter.im/e/cede9dbbf6630b3704b3 - https://webhooks.gitter.im/e/cede9dbbf6630b3704b3
......
...@@ -21,7 +21,6 @@ from ..tfutils.tower import get_current_tower_context ...@@ -21,7 +21,6 @@ from ..tfutils.tower import get_current_tower_context
from ..tfutils.dependency import dependency_of_fetches from ..tfutils.dependency import dependency_of_fetches
from ..utils import logger from ..utils import logger
from ..utils.concurrency import ShareSessionThread from ..utils.concurrency import ShareSessionThread
from ..utils.develop import deprecated
from ..callbacks.base import Callback, CallbackFactory from ..callbacks.base import Callback, CallbackFactory
from ..callbacks.graph import RunOp from ..callbacks.graph import RunOp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment