Integrate pycodestyle

This commit is contained in:
Falco Duersch
2018-10-23 13:11:51 +02:00
committed by f4lco
parent 523cc8ba62
commit 57c75b02e5
12 changed files with 64 additions and 22 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
from collections import namedtuple
Canteen = namedtuple('Canteen', ('key', 'name', 'street', 'city', 'id', 'chash'))
Canteen = namedtuple('Canteen',
('key', 'name', 'street', 'city', 'id', 'chash'))