diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-12-02 20:47:11 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-12-02 20:47:11 +0100 |
| commit | 662e0854a6c61503954aa659e1c932db69443a06 (patch) | |
| tree | 8d9cf47a6bbac47fe9eeffbc0d92a1eef4323572 /src/match_up/data.py | |
| parent | ed182035cdd39659563b25ffef5387578db25799 (diff) | |
Fixed bug with team based games
Diffstat (limited to 'src/match_up/data.py')
| -rw-r--r-- | src/match_up/data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/match_up/data.py b/src/match_up/data.py index d8996fe..c00dde2 100644 --- a/src/match_up/data.py +++ b/src/match_up/data.py @@ -22,7 +22,6 @@ class Player(BASE): status = Column("status", Integer) count = Column("count", Integer) - def __init__( self, id: int, |
