Skip to content

Commit

Permalink
updated card.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lunathanael committed Mar 12, 2024
1 parent f9a3c18 commit 1fe63a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clash_royale/envs/game_engine/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class Card():
This class is created for Player class to refer to statistics of cards.
'''

def __init__(self, elixir: int):

def __init__(self, elixir: int) -> None:
self.elixir: int = elixir
pass

0 comments on commit 1fe63a4

Please sign in to comment.