Skip to content

Commit

Permalink
Fix pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddwkim committed Apr 18, 2024
1 parent 5cef0fc commit bf01589
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/KsponSpeech/ASR/transformer/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@
* Dongwon Kim, Dongwoo Kim 2023
"""

import os
import sys
import torch
import logging
import os
import sys
from pathlib import Path

Expand Down

0 comments on commit bf01589

Please sign in to comment.