aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/data.py')
-rw-r--r--src/match_up/data.py1
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,