mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed flake8 warnings.
This commit is contained in:
parent
9e8658db51
commit
4b257cf261
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue