Fix ends of files

This commit is contained in:
dalrrard 2021-10-13 06:09:37 -05:00
parent 1faa3fbdc7
commit dd898435ef
No known key found for this signature in database
GPG Key ID: D315D829E1C20E7F
4 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1,2 @@
"""Define serializers for the {{ '{{' }} app_name {{ '}}' }} api."""
from rest_framework import serializers

View File

@ -1,2 +1 @@
"""Define API views for {{ '{{' }} app_name {{ '}}' }} app."""

View File

@ -2,4 +2,3 @@ import pytest
from django.urls import resolve, reverse
pytestmark = pytest.mark.django_db

View File

@ -2,4 +2,3 @@ import pytest
from django.test import RequestFactory
pytestmark = pytest.mark.django_db