Skip to content

Commit

Permalink
Apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Alnusjaponica committed Oct 12, 2023
1 parent 470b438 commit b767058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch/pytorch_lightning_ddp.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
from typing import List
from typing import Optional

import lightning.pytorch as pl
import optuna
from optuna.integration import PyTorchLightningPruningCallback
import lightning.pytorch as pl
import torch
from torch import nn
from torch import optim
Expand Down
2 changes: 1 addition & 1 deletion pytorch/pytorch_lightning_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
from typing import List
from typing import Optional

import lightning.pytorch as pl
import optuna
from optuna.integration import PyTorchLightningPruningCallback
from packaging import version
import lightning.pytorch as pl
import torch
from torch import nn
from torch import optim
Expand Down

0 comments on commit b767058

Please sign in to comment.