tabs/spaces artifacts cleaned
This commit is contained in:
parent
bda210638e
commit
6ca48e54e5
@ -62,7 +62,6 @@ class Drawable:
|
|||||||
except:
|
except:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
||||||
def get_number_of_channels(self):
|
def get_number_of_channels(self):
|
||||||
"Returns the number of channels in y"
|
"Returns the number of channels in y"
|
||||||
return len(self.y)
|
return len(self.y)
|
||||||
@ -179,14 +178,3 @@ class Drawable:
|
|||||||
def set_ymax(self, ymax):
|
def set_ymax(self, ymax):
|
||||||
"Sets maximum of y"
|
"Sets maximum of y"
|
||||||
self.ymax = ymax
|
self.ymax = ymax
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user