Skip to content

Commit

Permalink
[style] Remove unused import (F401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Mar 31, 2024
1 parent 8bc8e2c commit 3084166
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_recognition.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import http
import os
import unittest
from unittest.mock import patch, MagicMock

import speech_recognition as sr

Expand Down

0 comments on commit 3084166

Please sign in to comment.