Minor fix

This commit is contained in:
oscar alvarez 2022-12-08 09:22:57 -05:00
parent 728dca6d69
commit 18c9502a43
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class FastModel(object):
def __call__(self, values=None, ctx=None):
if ctx:
self.ctx.update(ctx)
self.ctx.update(ctx)
args_ = {
'model': self.model,
'method': self.method,