summaryrefslogtreecommitdiff
path: root/patchwork/migrations/0033_remove_patch_series_model.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/migrations/0033_remove_patch_series_model.py')
-rw-r--r--patchwork/migrations/0033_remove_patch_series_model.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/patchwork/migrations/0033_remove_patch_series_model.py b/patchwork/migrations/0033_remove_patch_series_model.py
index 45bd422..7add14d 100644
--- a/patchwork/migrations/0033_remove_patch_series_model.py
+++ b/patchwork/migrations/0033_remove_patch_series_model.py
@@ -1,6 +1,3 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
from django.db import migrations, models
import django.db.models.deletion