Explorar el Código

Update api_server: clean

StrayWarrior hace 1 semana
padre
commit
3976789e7e
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      api_server.py

+ 1 - 2
api_server.py

@@ -1,9 +1,8 @@
 #! /usr/bin/env python
 # -*- coding: utf-8 -*-
 # vim:fenc=utf-8
-import logging
-from calendar import prmonth
 
+import logging
 import werkzeug.exceptions
 from flask import Flask, request, jsonify
 from datetime import datetime, timedelta