Applied auto pep 8 changes
This commit is contained in:
@@ -2,6 +2,7 @@ class Category:
|
||||
'''
|
||||
Constructor for a category object
|
||||
'''
|
||||
|
||||
def __init__(self):
|
||||
self.id = 0
|
||||
self.name = ""
|
||||
self.name = ""
|
||||
|
||||
Reference in New Issue
Block a user