Skip to content

Commit

Permalink
Fix code format.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Oct 10, 2023
1 parent c3ebe77 commit 033ac3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion keras/backend/torch/optimizers/torch_optimizer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import torch
from packaging.version import parse

from keras import optimizers
from keras.optimizers.base_optimizer import BaseOptimizer
Expand Down
2 changes: 0 additions & 2 deletions keras/backend/torch/optimizers/torch_parallel_optimizer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import torch

from keras.optimizers.base_optimizer import BaseOptimizer
from keras.utils import torch_utils

Expand Down

0 comments on commit 033ac3e

Please sign in to comment.