Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: arendu <[email protected]>
  • Loading branch information
arendu committed Nov 13, 2024
1 parent 6c2ce66 commit 985e0cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

import torch
import torch.nn.functional as F
from omegaconf.dictconfig import DictConfig
from omegaconf import open_dict

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'open_dict' is not used.
from omegaconf.dictconfig import DictConfig
from pytorch_lightning.trainer.trainer import Trainer

from nemo.collections.nlp.models.language_modeling.megatron_gpt_model import MegatronGPTModel
Expand Down

0 comments on commit 985e0cf

Please sign in to comment.