mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
py3: Remove all from __future__ import unicode_literals
.
This was mostly used in migrations, so it's a pretty safe change.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
from django.contrib.postgres import operations
|
||||
from django.conf import settings
|
||||
|
Reference in New Issue
Block a user