Skip to content
Snippets Groups Projects
Commit 4fc1a660 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Add missing "os" import

parent 89c39e4b
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ Configuration: ...@@ -13,6 +13,7 @@ Configuration:
ADMIN_GROUP - delete is restricted the admin group. ADMIN_GROUP - delete is restricted the admin group.
REVIEWER_GROUP - update is restricted the reviewer group. REVIEWER_GROUP - update is restricted the reviewer group.
""" """
import os
from typing import List from typing import List
from fastapi import APIRouter, Body, Depends, Request, Response from fastapi import APIRouter, Body, Depends, Request, Response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment