1
0
mirror of https://github.com/django/django.git synced 2025-03-24 00:00:45 +00:00

Removed a stray new line which upset flake8

This commit is contained in:
Alex Gaynor 2014-01-20 09:57:35 -06:00
parent e8920e96d0
commit ee25ea0daf

View File

@ -10,7 +10,6 @@ from django.db import connection, models
from .base import IsolatedModelsTestCase
class AutoFieldTests(IsolatedModelsTestCase):
def test_valid_case(self):