STAR-332: Fixing warnings

This commit is contained in:
Daniel Schiavini 2018-12-03 11:02:49 +01:00
parent 8b42b84618
commit 8066074a2f
4 changed files with 146 additions and 131 deletions

View file

@ -3,7 +3,7 @@
import json
from time import sleep
from threading import Thread
from typing import Dict, Optional, List
from typing import Dict, Optional
from PyQt5.QtNetwork import QNetworkRequest, QNetworkReply