Fix whitespace and indentation, per pep8

This commit is contained in:
Magnus Hagander
2019-01-17 20:47:43 +01:00
parent 87237f6536
commit 0883ac6423
114 changed files with 890 additions and 548 deletions

View File

@ -1,5 +1,6 @@
from django.db import models
class BugIdMap(models.Model):
# Explicit id field because we don't want a SERIAL here, since we generate
# the actual bug IDs externally.