Skip to content

Commit

Permalink
Apply isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuse committed Sep 10, 2024
1 parent 5522b52 commit b1c63c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/torch_wae/cli/export_to_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

import torch
import typer
from torch_wae.network import WAENet
from torchaudio import functional as F

from torch_wae.network import WAENet

app = typer.Typer()


Expand Down
1 change: 1 addition & 0 deletions tests/test__network.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

import torch

from torch_wae.network import WAENet


Expand Down

0 comments on commit b1c63c0

Please sign in to comment.