mirror of https://github.com/django/django.git
Removed blank line in tests/model_fields/test_decimalfield.py per isort.
This commit is contained in:
parent
d510971088
commit
c920db1e57
|
@ -1,5 +1,4 @@
|
|||
import unittest
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
from django.core import validators
|
||||
|
|
Loading…
Reference in New Issue