Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Bring code up to PEP 8 standards
Browse files Browse the repository at this point in the history
An issue was opened with pycodestyle (PyCQA/pycodestyle#400) to address
a discrepancy with PEP 8. This blank line addresses that.
  • Loading branch information
dirn committed Mar 30, 2017
1 parent 0cd7dac commit 71546cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygotham/schedule/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def pairwise(iterable):
next(b, None)
return zip(a, b)


rooms_slots = db.Table(
'rooms_slots',
db.Column('slot_id', db.Integer, db.ForeignKey('slots.id')),
Expand Down

0 comments on commit 71546cd

Please sign in to comment.