Browse Source

fix: remove unused import of torch in client.py

myhloli 5 months ago
parent
commit
61c1bb9258
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mineru/cli/client.py

+ 0 - 1
mineru/cli/client.py

@@ -2,7 +2,6 @@
 import os
 import click
 from pathlib import Path
-import torch
 from loguru import logger
 
 from mineru.utils.config_reader import get_device