Explorar el Código

code cleaning

ming hace 4 años
padre
commit
db0cc5282e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      main.py

+ 0 - 1
main.py

@@ -12,7 +12,6 @@ db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/cmm_test?charset=u
 @app.get("/tags")
 async def get_tags():
     tag_dict = {}
-    a=1
     table = db.load_table('tag_table')
     statement = 'SELECT id,name FROM tag_table'
     for row in db.query(statement):