From a294940a7fa7d947ece0937bf093bb4606c89496 Mon Sep 17 00:00:00 2001 From: hadleyking Date: Thu, 26 Sep 2024 10:27:01 -0400 Subject: [PATCH] test --- server/authentication/apis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/authentication/apis.py b/server/authentication/apis.py index 6bfe5262..1aab85ea 100644 --- a/server/authentication/apis.py +++ b/server/authentication/apis.py @@ -3,6 +3,8 @@ """Authentication APIs """ +#test + import jwt from bcodb.services import add_authentication, remove_authentication from bcodb.selectors import get_all_bcodbs