1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

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

View File

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