Removed blank line in tests/model_fields/test_decimalfield.py per isort.

This commit is contained in:
Tim Graham 2017-04-29 07:42:12 -04:00
parent d510971088
commit c920db1e57
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import unittest
from decimal import Decimal
from django.core import validators