[Code Cleanup] Remove the unused wraps import from calsocial.__init__

This commit is contained in:
Gergely Polonkai 2018-07-09 09:57:05 +02:00
parent 295e19198e
commit acb7566d1b
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
"""
from datetime import datetime
from functools import wraps
import os
from flask import Flask, current_app, redirect, render_template, request, url_for