USBPrinting: Removing superfluous empty lines

Contributes to CURA-1809
This commit is contained in:
Thomas Karl Pietrowski 2016-11-06 15:38:52 +01:00
parent 87ac3cf792
commit f8a5ee8c9b
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ from PyQt5.QtCore import QUrl, pyqtSlot, pyqtSignal, pyqtProperty
from UM.i18n import i18nCatalog
catalog = i18nCatalog("cura")
class USBPrinterOutputDevice(PrinterOutputDevice):
def __init__(self, serial_port):

View File

@ -7,7 +7,6 @@ This is a python 3 conversion of the code created by David Braam for the Cura pr
import io
from UM.Logger import Logger
def readHex(filename):
"""
Read an verify an intel hex file. Return the data as an list of bytes.