aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-04-16 09:29:20 +0300
committerFrederick Muriuki Muriithi2024-04-16 09:29:20 +0300
commit88027250c18be652ab1339966e0ed0cdbdd2dac4 (patch)
tree5a76dcce05757164d8006bfdc1f6e9dc6b6fec8d
parentfdf5c8b99945da251f17f10a14afa4ca0b7014dc (diff)
downloadgenenetwork2-88027250c18be652ab1339966e0ed0cdbdd2dac4.tar.gz
Import missing symbol.
-rw-r--r--gn2/wqflask/app_errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn2/wqflask/app_errors.py b/gn2/wqflask/app_errors.py
index b0e3b665..503f4e1c 100644
--- a/gn2/wqflask/app_errors.py
+++ b/gn2/wqflask/app_errors.py
@@ -3,6 +3,7 @@ import os
import random
import datetime
import traceback
+from uuid import uuid4
from werkzeug.exceptions import InternalServerError
from authlib.integrations.base_client.errors import InvalidTokenError