Skip to content

Commit c97bffa

Browse files
committed
Added necessary import
1 parent 61d31a0 commit c97bffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_anyio/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import bz2
22
import csv
33
import os
4-
import time
54
from io import TextIOWrapper
65

6+
import anyio
77
import numpy as np
88
import pytest
99
import redis.anyio as redis

0 commit comments

Comments
 (0)