mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Added extra line for the linter
This commit is contained in:
@@ -40,6 +40,7 @@ class Generator:
|
|||||||
del kwargs['style']
|
del kwargs['style']
|
||||||
return self.func(*args, **kwargs)
|
return self.func(*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
def getGenList():
|
def getGenList():
|
||||||
correctedList = genList[-1:] + genList[:-1]
|
correctedList = genList[-1:] + genList[:-1]
|
||||||
# Orders list by id
|
# Orders list by id
|
||||||
|
|||||||
Reference in New Issue
Block a user