Fixed flake8 warnings.

This commit is contained in:
Tim Graham 2014-09-29 08:13:40 -04:00
parent 9e8658db51
commit 4b257cf261
3 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ class IntrospectionTests(TestCase):
self.assertEqual(
set(key_columns),
{('reporter_id', Reporter._meta.db_table, 'id'),
('response_to_id', Article._meta.db_table, 'id')})
('response_to_id', Article._meta.db_table, 'id')})
def test_get_primary_key_column(self):
with connection.cursor() as cursor: