Skip to content

Commit 29666ca

Browse files
committed
remove more python to codes
1 parent 670bf82 commit 29666ca

File tree

9 files changed

+1
-30
lines changed

9 files changed

+1
-30
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
2+
#
33
#
44
# Django REST framework JSON:API documentation build configuration file, created by
55
# sphinx-quickstart on Fri Jul 24 23:31:15 2015.

example/factories.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- encoding: utf-8 -*-
2-
31
import factory
42
from faker import Factory as FakerFactory
53

example/migrations/0001_initial.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.9.5 on 2016-05-02 08:26
3-
from __future__ import unicode_literals
4-
51
import django.db.models.deletion
62
from django.db import migrations, models
73

example/migrations/0002_taggeditem.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.10.5 on 2017-02-01 08:34
3-
from __future__ import unicode_literals
4-
51
import django.db.models.deletion
62
from django.db import migrations, models
73

example/migrations/0003_polymorphics.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.11.1 on 2017-05-17 14:49
3-
from __future__ import unicode_literals
4-
51
import django.db.models.deletion
62
from django.db import migrations, models
73

example/migrations/0004_auto_20171011_0631.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.11.6 on 2017-10-11 06:31
3-
from __future__ import unicode_literals
4-
51
import django.db.models.deletion
62
from django.db import migrations, models
73

example/models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# -*- encoding: utf-8 -*-
2-
from __future__ import unicode_literals
3-
41
from django.contrib.contenttypes.fields import GenericForeignKey, GenericRelation
52
from django.contrib.contenttypes.models import ContentType
63
from django.db import models

example/tests/snapshots/snap_test_errors.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# snapshottest: v1 - https://goo.gl/zC4yUc
3-
from __future__ import unicode_literals
4-
51
from snapshottest import Snapshot
62

73
snapshots = Snapshot()

example/tests/snapshots/snap_test_openapi.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
# snapshottest: v1 - https://goo.gl/zC4yUc
3-
from __future__ import unicode_literals
4-
51
from snapshottest import Snapshot
62

73
snapshots = Snapshot()

0 commit comments

Comments
 (0)