diff options
Diffstat (limited to 'runserver.py')
-rwxr-xr-x | runserver.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runserver.py b/runserver.py index c190bf5e..b3f02823 100755 --- a/runserver.py +++ b/runserver.py @@ -18,8 +18,6 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import calendar - from flask import g from flask_restful import Api |