Codecheck (#54)

* Add GitHub Action

* Add Linting

* Add .editorconfig
This commit is contained in:
Phillip Kühne
2023-04-25 16:46:43 +02:00
committed by GitHub
parent 58dd0dd93b
commit d2caaac4bc
9 changed files with 95 additions and 20 deletions

View File

@ -1,5 +1,5 @@
def dict_from_rows(rows):
outlist=[]
outlist = []
for row in rows:
outlist.append(dict(row._mapping))
return outlist
return outlist