Added extra line for the linter

This commit is contained in:
lukew3
2020-12-17 19:22:56 -05:00
parent 3c4b7feaf3
commit fe41028836

View File

@@ -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