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 82e4ecb commit f0da348Copy full SHA for f0da348
1 file changed
gokart/in_memory/data.py
@@ -11,5 +11,5 @@ class InMemoryData:
11
last_modification_time: datetime
12
13
@classmethod
14
- def create_data(self, value: Any) -> InMemoryData:
+ def create_data(cls, value: Any) -> InMemoryData:
15
return InMemoryData(value=value, last_modification_time=datetime.now())
0 commit comments