Skip to content

Commit f0da348

Browse files
authored
fix minor typo (#519)
1 parent 82e4ecb commit f0da348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gokart/in_memory/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ class InMemoryData:
1111
last_modification_time: datetime
1212

1313
@classmethod
14-
def create_data(self, value: Any) -> InMemoryData:
14+
def create_data(cls, value: Any) -> InMemoryData:
1515
return InMemoryData(value=value, last_modification_time=datetime.now())

0 commit comments

Comments
 (0)