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
There are still two useless asyncio statements :
from asyncio import sleep
in silkaj.commands.py@pytest.mark.asyncio
in tests/test_tui.pychanged milestone to %0.10.0
added Easy pick label
assigned to @matograine
mentioned in commit b94262cd
mentioned in merge request !194 (merged)
mentioned in commit a39f1987
marked this issue as related to #396 (closed)
You could have used #396 (closed), since its about the same topic. Anyway, thanks for that!
closed with merge request !194 (merged)
changed title from useless asyncio statements to Clean remainning asyncio statements
changed title from Clean remainning asyncio statements to Clean remaining asyncio statements