mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-07-01 20:26:27 +00:00
fix: py3.8 compatibility
This commit is contained in:
@ -7,7 +7,7 @@ from arcaea_offline.constants.play_result import ScoreLowerLimits
|
||||
|
||||
class PlayResultCalculators:
|
||||
@staticmethod
|
||||
def score_possible_range(notes: int, pure: int, far: int) -> tuple[int, int]:
|
||||
def score_possible_range(notes: int, pure: int, far: int) -> Tuple[int, int]:
|
||||
"""
|
||||
Returns the possible range of score based on the given values.
|
||||
|
||||
|
Reference in New Issue
Block a user