Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldOfView committed Apr 26, 2022
1 parent bdc673a commit cece466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OctoPrintOutputDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
USE_QT5 = False
try:
from PyQt6.QtNetwork import (
QHttpMultiPart,
QHttpPart,
QNetworkRequest,
QNetworkAccessManager,
Expand All @@ -59,7 +58,6 @@
QNetworkReplyNetworkErrors = QNetworkReply.NetworkError
except ImportError:
from PyQt5.QtNetwork import (
QHttpMultiPart,
QHttpPart,
QNetworkRequest,
QNetworkAccessManager,
Expand Down

0 comments on commit cece466

Please sign in to comment.