Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Mar 20, 2023
1 parent cfc13c7 commit a9c0faf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_redis_asyncio.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import async_timeout
import asyncio
import re

import async_timeout
import pytest
import pytest_asyncio
import re
import redis
import redis.asyncio
from packaging.version import Version
Expand Down

0 comments on commit a9c0faf

Please sign in to comment.