Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Aug 22, 2024
1 parent 9406e14 commit 1da4e56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slsa_for_models/pytorch_cifar10.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import torch
import torch.nn as nn


# We will do a lazy import for these 5 modules, exploiting Python's symbol
# resolution. The lazy import is needed to make sure we only import PyTorch
# libraries only if we want to train a PyTorch model.
Expand Down Expand Up @@ -111,8 +112,6 @@ def create_model():
Returns the model.
"""


return MyModel()


Expand Down

0 comments on commit 1da4e56

Please sign in to comment.