Skip to content

Commit

Permalink
ruffing
Browse files Browse the repository at this point in the history
  • Loading branch information
johanos1 committed Apr 4, 2024
1 parent 2f15cb1 commit c3ff6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leakpro/models.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""Models for the datasets."""
from leakpro.import_helper import Self

import torch
import torch.nn.functional as F # noqa: N812
from torch import nn

from leakpro.import_helper import Self


class NN(nn.Module):
"""NN for Adult dataset."""
Expand Down

0 comments on commit c3ff6f6

Please sign in to comment.