Skip to content

Commit

Permalink
fix the isort format
Browse files Browse the repository at this point in the history
  • Loading branch information
hkwon committed Aug 13, 2024
1 parent 85654ec commit 0b125a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctranslate2/specs/wav2vec2_spec.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import List, Optional, Tuple

import torch.nn as nn
import numpy as np
import torch.nn as nn

from ctranslate2.specs import common_spec, model_spec, transformer_spec

Expand Down

0 comments on commit 0b125a9

Please sign in to comment.