mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Fix whitespace and indentation, per pep8
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user