Skip to content

Commit

Permalink
Fixes isort formatting error in base_model
Browse files Browse the repository at this point in the history
  • Loading branch information
smithcommajoseph committed Aug 7, 2024
1 parent dc4bcf4 commit a072a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wattile/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from torch.utils.tensorboard import SummaryWriter

from wattile.error import ConfigsError
from wattile.model_registry import ModelRegistry
from wattile.util import factors
from wattile.visualization import timeseries_comparison
from wattile.model_registry import ModelRegistry

global file_prefix
logger = logging.getLogger(str(os.getpid()))
Expand Down

0 comments on commit a072a0a

Please sign in to comment.