From 6a7ffa8797603e022c428c5c81ee0e33f4742695 Mon Sep 17 00:00:00 2001 From: PleahMaCaka Date: Thu, 2 Nov 2023 15:11:43 +0900 Subject: [PATCH] chore: remove os from earth --- routers/subway.py | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/subway.py b/routers/subway.py index 2e4bbf2..0c791a1 100644 --- a/routers/subway.py +++ b/routers/subway.py @@ -1,5 +1,4 @@ import json -import os import requests from fastapi import APIRouter