mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
- update string format method - remove redundant default arguments from function calls - remove unused imports - remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331)
16 lines
319 B
Python
16 lines
319 B
Python
# Generated by Django 1.10.1 on 2016-09-12 13:04
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('authentication', '0007_remove_authservicesinfo_is_blue'),
|
|
('eveonline', '0001_initial'),
|
|
('auth', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
]
|