We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd60e56 commit 53d17bdCopy full SHA for 53d17bd
app/model.py
@@ -4,7 +4,7 @@
4
5
6
class Model:
7
- """заплатка что с моделью"""
+ """заплатка что с моделью"""
8
def __init__(self):
9
self.data_cashe = defaultdict(dict)
10
# k v r
@@ -33,4 +33,4 @@ def forward(self, data: ModelDayInput):
33
return val
34
35
def __call__(self, data: ModelDayInput):
36
- return self.forward(data)d(data)
+ return self.forward(data)
0 commit comments