KOSASIH / SilkRoad

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
5 months ago5 months old
Unused import time
  1import threading
  2import time  3import unittest
  4
  5import cv2
Unused import threading
  1import threading  2import time
  3import unittest
  4
Unused import threading
 1import threading 2
 3import cv2
 4import numpy as np
Unused import os
  1import asyncio
  2import os  3import subprocess
  4import sys
  5from typing import Optional
Unused import os
 1import asyncio
 2import os 3from typing import Optional
 4
 5import aiohttp