import order and spaces

This commit is contained in:
NichtJens
2021-06-01 09:12:25 +02:00
parent 51554eb63d
commit d0deb73522
3 changed files with 8 additions and 7 deletions

View File

@ -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__()