diff --git a/inventory-app/common.py b/inventory-app/common.py index 1e5cf69..0d3aa04 100644 --- a/inventory-app/common.py +++ b/inventory-app/common.py @@ -6,10 +6,10 @@ from typing import List import const from bson.objectid import ObjectId -from common import read_user from flask import g, request from flask_wtf import FlaskForm from kubernetes import client, config +from oidc import read_user from pymongo import MongoClient devenv = const.ENVIRONMENT_TYPE == "DEV"