diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-29 07:42:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-29 07:42:12 -0400 |
| commit | c920db1e57bf6bec65b075fd0baac72e13db9919 (patch) | |
| tree | efad2218b31cc6b1862abce975558613aed9411a | |
| parent | d510971088570e205e49f9fa665a8d4259514ada (diff) | |
Removed blank line in tests/model_fields/test_decimalfield.py per isort.
| -rw-r--r-- | tests/model_fields/test_decimalfield.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/model_fields/test_decimalfield.py b/tests/model_fields/test_decimalfield.py index 944ce5620d..2f4540c81d 100644 --- a/tests/model_fields/test_decimalfield.py +++ b/tests/model_fields/test_decimalfield.py @@ -1,5 +1,4 @@ import unittest - from decimal import Decimal from django.core import validators |
