diff --git a/silkaj/commands.py b/silkaj/commands.py index fbad7379187a892653f8fd2fe1dcf81f66092a13..d3460a69ab872488c49d9fe224039f84c3bb894d 100644 --- a/silkaj/commands.py +++ b/silkaj/commands.py @@ -13,7 +13,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Silkaj. If not, see <https://www.gnu.org/licenses/>. -from asyncio import sleep from collections import OrderedDict from operator import itemgetter from os import system diff --git a/tests/test_tui.py b/tests/test_tui.py index 3a08651ff17ecc9755e83622e9ef0301bd16d055..972bfa602b4918abeb69b2747e55af7a2edbf4b4 100644 --- a/tests/test_tui.py +++ b/tests/test_tui.py @@ -53,7 +53,6 @@ def test_display_amount(message, amount, currency_symbol): ("To", "DBM6F5ChMJzpmkUdL5zD9UXKExmZGfQ1AgPDQy4MxSBw", ""), ], ) -@pytest.mark.asyncio def test_display_pubkey(message, pubkey, id, monkeypatch): monkeypatch.setattr(wot_tools, "is_member", patched_is_member)