aboutsummaryrefslogtreecommitdiffstats
path: root/python_moondb/python_moondb/api/pdp.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_moondb/python_moondb/api/pdp.py')
-rw-r--r--python_moondb/python_moondb/api/pdp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python_moondb/python_moondb/api/pdp.py b/python_moondb/python_moondb/api/pdp.py
index 5fb7aa78..c75040ae 100644
--- a/python_moondb/python_moondb/api/pdp.py
+++ b/python_moondb/python_moondb/api/pdp.py
@@ -4,12 +4,12 @@
# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
from uuid import uuid4
-from oslo_log import log as logging
-from python_moonutilities.security_functions import filter_input, enforce
+import logging
+from python_moonutilities.security_functions import enforce
from python_moondb.api.managers import Managers
-LOG = logging.getLogger("moon.db.api.pdp")
+logger = logging.getLogger("moon.db.api.pdp")
class PDPManager(Managers):