Removed __all__, as we didn't keep it up to date anyway.

This commit is contained in:
Sybren A. Stüvel 2016-10-04 11:58:17 +02:00
parent 91b116aa74
commit 0de8772c98

View File

@ -13,7 +13,6 @@ from flask import current_app
from werkzeug import exceptions as wz_exceptions
import pymongo.results
__all__ = ('remove_private_keys', 'PillarJSONEncoder')
log = logging.getLogger(__name__)