Skip to content

Commit 53d17bd

Browse files
author
a.nasibullin
committed
update model.py
1 parent dd60e56 commit 53d17bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class Model:
7-
"""заплатка что с моделью"""
7+
"""заплатка что с моделью"""
88
def __init__(self):
99
self.data_cashe = defaultdict(dict)
1010
# k v r
@@ -33,4 +33,4 @@ def forward(self, data: ModelDayInput):
3333
return val
3434

3535
def __call__(self, data: ModelDayInput):
36-
return self.forward(data)d(data)
36+
return self.forward(data)

0 commit comments

Comments
 (0)