mirror of
https://github.com/django/django.git
synced 2025-01-31 20:59:17 +00:00
Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_for_params().
Obsolete since fae56427e1987ff8c8bd24d6331007f9c53e7abc.
This commit is contained in:
parent
7724879b52
commit
6a793d1788
@ -472,7 +472,6 @@ class FormatStylePlaceholderCursor:
|
||||
query = query[:-1]
|
||||
if params is None:
|
||||
params = []
|
||||
query = query
|
||||
elif hasattr(params, 'keys'):
|
||||
# Handle params as dict
|
||||
args = {k: ":%s" % k for k in params}
|
||||
|
Loading…
x
Reference in New Issue
Block a user