tabs/spaces artifacts cleaned
This commit is contained in:
parent
bda210638e
commit
6ca48e54e5
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user