Skip to content

Commit 9361978

Browse files
authored
Update game_class_example.py
1 parent 5b0e6e3 commit 9361978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type_hint_arrow_samples/game_class_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def get_genre(self) -> str:
1111
return self.genre
1212

1313
def get_price(self) -> float:
14-
return self.price
14+
return self.price

0 commit comments

Comments
 (0)