Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpute committed Mar 14, 2020
1 parent e7e9f1f commit f45b02a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_lightning/core/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import numpy as np
import torch

from ..core import root_logger as log
from pytorch_lightning.core import root_logger as log

class ModelSummary(object):

Expand Down
1 change: 0 additions & 1 deletion pytorch_lightning/trainer/training_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"""

import logging as log
import os
import re
import signal
Expand Down

0 comments on commit f45b02a

Please sign in to comment.