mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
parent
65750b8352
commit
a800036981
71 changed files with 152 additions and 152 deletions
|
@ -68,7 +68,7 @@ class SelectForUpdateTests(TransactionTestCase):
|
|||
sql = 'SELECT * FROM %(db_table)s %(for_update)s;' % {
|
||||
'db_table': Person._meta.db_table,
|
||||
'for_update': self.new_connection.ops.for_update_sql(),
|
||||
}
|
||||
}
|
||||
self.cursor.execute(sql, ())
|
||||
self.cursor.fetchone()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue