Clean remaining asyncio statements
There are still two useless asyncio statements :
-
from asyncio import sleep
in silkaj.commands.py -
@pytest.mark.asyncio
in tests/test_tui.py
Edited by Moul
There are still two useless asyncio statements :
from asyncio import sleep
in silkaj.commands.py@pytest.mark.asyncio
in tests/test_tui.py