From 67b056b14dbb18613bca8c26a4ff31ad72d3da72 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 9 Jan 2024 21:56:29 +0800 Subject: [PATCH] fix style issues --- python-api-examples/speaker-identification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-api-examples/speaker-identification.py b/python-api-examples/speaker-identification.py index 967547a4c..b9e0b631a 100755 --- a/python-api-examples/speaker-identification.py +++ b/python-api-examples/speaker-identification.py @@ -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