diff options
| author | Alasdair Nicol <alasdair@memset.com> | 2013-10-17 23:27:45 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-17 20:20:11 -0400 |
| commit | dfb4cb9970f86487f0aaa88c5dfcfafa31e4f430 (patch) | |
| tree | 4762099924f11873e9b6608e6f056939f16410b9 /tests/model_regress/tests.py | |
| parent | d97bec5ee3a6284d30b613c9070588a60358e7ec (diff) | |
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Diffstat (limited to 'tests/model_regress/tests.py')
| -rw-r--r-- | tests/model_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_regress/tests.py b/tests/model_regress/tests.py index a0293975aa..fdb3b1f87c 100644 --- a/tests/model_regress/tests.py +++ b/tests/model_regress/tests.py @@ -131,7 +131,7 @@ class ModelTests(TestCase): datetime.date(1, 3, 3), ], attrgetter("when") - ) + ) if (3,) <= sys.version_info < (3, 3) and connection.vendor == 'mysql': # In Python < 3.3, datetime.strftime raises an exception for years |
