@@ -25,7 +25,10 @@ from os import environ
from functools import wraps
# dependencies imports
import tomllib
try:
except ImportError:
import tomli as tomllib
import logging
# app imports
The note is not visible to the blocked user.