Skip to content

Commit

Permalink
fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jan 9, 2024
1 parent 77e30c3 commit 67b056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api-examples/speaker-identification.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
--model ./zh_cnceleb_resnet34.onnx
"""
import argparse
import threading
import queue
import threading
from collections import defaultdict
from pathlib import Path
from typing import Dict, List, Tuple
Expand Down

0 comments on commit 67b056b

Please sign in to comment.