Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent dbc9931 commit bb75f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet/models/multimodal/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from collections import OrderedDict
from typing import Optional
from omegaconf import DictConfig

import torch
from ocf_datapipes.batch import BatchKey, NWPBatchKey
from omegaconf import DictConfig
from torch import nn

import pvnet
Expand Down

0 comments on commit bb75f6d

Please sign in to comment.