Re-format all files

This commit is contained in:
Swen Kooij
2019-10-19 12:43:17 +03:00
parent 4ee1a5f487
commit 7cdd1f4490
41 changed files with 836 additions and 812 deletions

View File

@@ -6,9 +6,6 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
]
dependencies = []
operations = [
HStoreExtension(),
]
operations = [HStoreExtension()]