diff options
| author | Boryslav Larin <brabadu@gmail.com> | 2013-11-02 21:37:48 +0200 |
|---|---|---|
| committer | Boryslav Larin <brabadu@gmail.com> | 2013-11-02 21:45:40 +0200 |
| commit | e737c009b81df4a0126d61234e1d55f19956a78b (patch) | |
| tree | 45aed0d83276175ed2654745bcb3bc68bbbd3d45 /tests/extra_regress/tests.py | |
| parent | ee48f4af99a8b5666339f927c459253f9f98e91f (diff) | |
Fixed flake8 E241
Diffstat (limited to 'tests/extra_regress/tests.py')
| -rw-r--r-- | tests/extra_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extra_regress/tests.py b/tests/extra_regress/tests.py index 26bf915b5a..3b40361750 100644 --- a/tests/extra_regress/tests.py +++ b/tests/extra_regress/tests.py @@ -74,7 +74,7 @@ class ExtraRegressTests(TestCase): # select portions. Applies when portions are updated or otherwise # moved around. qs = User.objects.extra( - select=OrderedDict((("alpha", "%s"), ("beta", "2"), ("gamma", "%s"))), + select=OrderedDict((("alpha", "%s"), ("beta", "2"), ("gamma", "%s"))), select_params=(1, 3) ) qs = qs.extra(select={"beta": 4}) |
