Jon Solow commited on
Commit
ea0c0c1
·
1 Parent(s): 6a890b1

Apply black

Browse files
Files changed (1) hide show
  1. src/data_storage.py +1 -0
src/data_storage.py CHANGED
@@ -33,6 +33,7 @@ def update_selection(user_id: str, position_id: str, player_id: str):
33
  """
34
  )
35
 
 
36
  def get_user_team(user_id):
37
  with get_db_connection() as con:
38
  cur = con.cursor()
 
33
  """
34
  )
35
 
36
+
37
  def get_user_team(user_id):
38
  with get_db_connection() as con:
39
  cur = con.cursor()