utils: Remove unused import.

This commit is contained in:
Daniele Sluijters
2013-08-07 16:17:40 +02:00
parent bda3adc078
commit 88d1944b4b

View File

@@ -4,7 +4,7 @@ from __future__ import unicode_literals
from requests.exceptions import HTTPError, ConnectionError
from pypuppetdb.errors import EmptyResponseError, ExperimentalDisabledError
from flask import abort, flash
from flask import abort
def get_or_abort(func, *args, **kwargs):
"""Execute the function with its arguments and handle the possible