import order and spaces
This commit is contained in:
@ -28,7 +28,6 @@ def property_maker(cls, name, type_name):
|
||||
return prop
|
||||
|
||||
|
||||
|
||||
class Snippet:
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
@ -96,7 +95,6 @@ class Basesnippet(Snippet):
|
||||
self.snippetType = "basesnippet"
|
||||
|
||||
|
||||
|
||||
class Paragraph(Basesnippet):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
Reference in New Issue
Block a user