Skip to content

Commit f45b02a

Browse files
committed
Fix test
1 parent e7e9f1f commit f45b02a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pytorch_lightning/core/memory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import numpy as np
1111
import torch
1212

13-
from ..core import root_logger as log
13+
from pytorch_lightning.core import root_logger as log
1414

1515
class ModelSummary(object):
1616

pytorch_lightning/trainer/training_io.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
9090
"""
9191

92-
import logging as log
9392
import os
9493
import re
9594
import signal

0 commit comments

Comments
 (0)