Skip to content

Commit

Permalink
one more fix removal needed
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBrenner committed May 3, 2023
1 parent a5b4b7c commit 184c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quart_motor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, app=None, uri=None, json_options=None, *args, **kwargs):
"""__init__."""
self.cx = None
self.db = None
self._json_provider_class = partial(JSONEncoder, json_options=json_options)
self._json_encoder = partial(JSONEncoder, json_options=json_options)

if app is not None:
self.init_app(app, uri, *args, **kwargs)
Expand Down

0 comments on commit 184c654

Please sign in to comment.