Skip to content
Next Next commit
put back missing imports
  • Loading branch information
bitkarrot committed Jun 4, 2021
commit fdfad0e9873ec3e7c097caa3a6daa57b51dd775e
3 changes: 3 additions & 0 deletions tests/test_usermanager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import asyncio
import sys; sys.path.insert(0, realpath(join(__file__, "../../")))

from os.path import join, realpath

from aiohttp.client import ClientSession

Expand Down
3 changes: 3 additions & 0 deletions tests/test_userwallet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import asyncio
import sys; sys.path.insert(0, realpath(join(__file__, "../../")))

from os.path import join, realpath

from aiohttp.client import ClientSession

Expand Down