Moving test again
This commit is contained in:
parent
38e6eba7f2
commit
7cccac7454
@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
if os.environ.get('USE_ASYNCIO'):
|
||||
if os.environ.get('USE_ASYNCIO', False):
|
||||
from unittest import TestCase, main
|
||||
try:
|
||||
from unittest.mock import Mock, call
|
Loading…
Reference in New Issue
Block a user