diff options
| author | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 00:58:02 +0100 |
|---|---|---|
| committer | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 01:46:24 +0100 |
| commit | bab9123daa5d05150951f74183906a76d2b0cf27 (patch) | |
| tree | 4fc24535f85f84c69e64c6eac654294725d906df /tests/m2m_through | |
| parent | 65d1d65d52a87bba22845bcb7c3c921a8789ec19 (diff) | |
Fixed #21268 -- Fixed E303 pep8 warnings
Diffstat (limited to 'tests/m2m_through')
| -rw-r--r-- | tests/m2m_through/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/m2m_through/tests.py b/tests/m2m_through/tests.py index 69a7ec99bf..d6bad0d51f 100644 --- a/tests/m2m_through/tests.py +++ b/tests/m2m_through/tests.py @@ -66,8 +66,6 @@ class M2mThroughTests(TestCase): [] ) - - def test_forward_descriptors(self): # Due to complications with adding via an intermediary model, # the add method is not provided. |
