1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fixed pep8

This commit is contained in:
Retspen 2015-04-06 10:51:50 +03:00
parent 6a066f6e6d
commit 2aa5558df7
14 changed files with 110 additions and 89 deletions

View file

@ -2,9 +2,7 @@
from __future__ import unicode_literals
from django.db import models, migrations
import datetime
from django.conf import settings
from django.utils.timezone import utc
class Migration(migrations.Migration):