We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef9552 commit 41cb0b1Copy full SHA for 41cb0b1
backend/src/models/utils/permissions.py
@@ -2,7 +2,7 @@
2
import json
3
import redis
4
5
-from src.clients import REDIS_HOST, REDIS_PORT
+from clients import REDIS_HOST, REDIS_PORT
6
7
8
def get_supplier_permissions(supplier: str) -> list[str]:
0 commit comments