updated for pep8 conformity

This commit is contained in:
Jan Laukemann
2017-09-24 16:53:05 +02:00
parent bfba024db7
commit a2d7fb5e4a

View File

@@ -72,8 +72,7 @@ def set_counter_char(line):
elif(numSpaces == 0 and numTabs != 0):
cntChar = '\t'
else:
raise NotImplementedError("Indentation of code is only supported for whitespaces and
tabs.")
raise NotImplementedError("Indentation of code is only supported for whitespaces and tabs.")
def check_instr(instr):