From 980770a2b71316fd193d70fde2385f153e71690b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sa=C5=82aban?= Date: Mon, 22 Oct 2018 21:37:04 +0200 Subject: [PATCH] Remove excess import --- monero/account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monero/account.py b/monero/account.py index bd62349..79f9808 100644 --- a/monero/account.py +++ b/monero/account.py @@ -1,5 +1,4 @@ import warnings -from . import exceptions from . import prio from .transaction import PaymentManager