Skip to content

Commit

Permalink
Updated type for player.get_ks (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Ross <[email protected]>
  • Loading branch information
roceb and Ross authored Oct 16, 2023
1 parent 7d4e546 commit 8dea2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/models/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Player:
def __init__(self, session: AsyncSession) -> None:
self.session = session

async def get_kc(self, player_names: list[str]):
async def get_kc(self, player_names: tuple[str]):
"""
Retrieve Kill Count (KC) data for a list of player names.
Expand Down

0 comments on commit 8dea2f9

Please sign in to comment.