update logger init (#727)

* update logger init

* formatting
This commit is contained in:
Jirka Borovec
2020-01-23 11:36:40 -05:00
committed by William Falcon
parent 50881c0b31
commit a804755e6e
2 changed files with 9 additions and 10 deletions
+2 -1
View File
@@ -8,4 +8,5 @@ warnings.warn("`root_module` package has been renamed to `core` since v0.6.0"
" and will be removed in v0.8.0", DeprecationWarning)
from pytorch_lightning.core import ( # noqa: E402
decorators, grads, hooks, root_module, memory, model_saving)
decorators, grads, hooks, root_module, memory, model_saving
)