Integrate pycodestyle
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user