Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Nov 14, 2024
1 parent 87d46d1 commit e9b2633
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion 3-elimina-conflictohoras.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
horario = int(actividad["idNivell"])

if horario in {7, 8, 9, 10}:
users = common.readjson(filename=f"{myid}")
inscritos = common.readjson(filename=f"{myid}")

actividadyusuarios[myid] = []
Expand Down
1 change: 0 additions & 1 deletion 3-elimina-inscripciones-anuladas.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
myid = actividad["idActivitat"]
nombre = actividad["nom"]

users = common.readjson(filename=f"{myid}")
inscritos = common.readjson(filename=f"{myid}")

actividadyusuarios[myid] = []
Expand Down
1 change: 0 additions & 1 deletion 3-sociosconflictohoras.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
horario = int(actividad["idNivell"])

if horario in [7, 8, 9, 10]:
users = common.readjson(filename="%s" % myid)
inscritos = common.readjson(filename="%s" % myid)

actividadyusuarios[myid] = []
Expand Down

0 comments on commit e9b2633

Please sign in to comment.