Commit ee25ea0d authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Removed a stray new line which upset flake8

parent e8920e96
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ from django.db import connection, models
from .base import IsolatedModelsTestCase



class AutoFieldTests(IsolatedModelsTestCase):

    def test_valid_case(self):