From 4b821f672740dc9c89635093fe57ff00ab287e9e Mon Sep 17 00:00:00 2001 From: lAmeR <42315864+lAmeR1@users.noreply.github.com> Date: Wed, 3 May 2023 20:44:42 +0200 Subject: [PATCH] os fix --- endpoints/get_blocks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoints/get_blocks.py b/endpoints/get_blocks.py index a1fd50c..5b1fd38 100644 --- a/endpoints/get_blocks.py +++ b/endpoints/get_blocks.py @@ -1,4 +1,5 @@ # encoding: utf-8 +import os from typing import List from fastapi import Query, Path, HTTPException