Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Apr 5, 2020
1 parent 36c500f commit 8e58cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlparams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SQLParams(object):
unescaped values.
"""

def __init__(self, in_style=None, out_style=None, escape_char=None, expand_tuples=None):
def __init__(self, in_style, out_style, escape_char=None, expand_tuples=None):
"""
Instantiates the :class:`.SQLParams` instance.
Expand Down

0 comments on commit 8e58cc6

Please sign in to comment.