Skip to content
Snippets Groups Projects
Commit 1a7821f2 authored by inso's avatar inso
Browse files

Remove requests from the imported modules

parent bbd84249
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,7 @@ import asyncio ...@@ -12,9 +12,7 @@ import asyncio
import math import math
from PyQt5.QtCore import QObject, pyqtSignal from PyQt5.QtCore import QObject, pyqtSignal
from requests.exceptions import RequestException
from ucoinpy.documents.block import Block
from ..tools.exceptions import NoPeerAvailable from ..tools.exceptions import NoPeerAvailable
from .net.network import Network from .net.network import Network
from .net.api import bma as qtbma from .net.api import bma as qtbma
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment