Skip to content

Commit f204222

Browse files
committed
refactor: black
1 parent b3de918 commit f204222

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

config/wsgi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import os
1818
from django.core.wsgi import get_wsgi_application
1919

20-
2120
# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks
2221
# if running multiple sites in the same mod_wsgi process. To fix this, use
2322
# mod_wsgi daemon mode with each site in its own daemon process, or use

data/v2/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from django.db import connection
2020
from pokemon_v2.models import *
2121

22-
2322
# why this way? how about use `__file__`
2423
DATA_LOCATION = "data/v2/csv/"
2524
DATA_LOCATION2 = os.path.join(os.path.dirname(__file__), "csv")

pokemon_v2/serializers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
from .models import *
1212

13-
1413
#########################
1514
# SUMMARY SERIALIZERS #
1615
#########################

0 commit comments

Comments
 (0)