tabs/spaces artifacts cleaned

This commit is contained in:
Markus Rosenstihl 2019-01-24 15:51:30 +01:00
parent bda210638e
commit 6ca48e54e5
3 changed files with 19 additions and 31 deletions

View File

@ -62,7 +62,6 @@ class Drawable:
except:
raise
def get_number_of_channels(self):
"Returns the number of channels in y"
return len(self.y)
@ -179,14 +178,3 @@ class Drawable:
def set_ymax(self, ymax):
"Sets maximum of y"
self.ymax = ymax