mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user