fix: relative import

This commit is contained in:
austnv
2026-06-14 14:57:23 +03:00
parent 04e7353946
commit 34f3ea69b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ services:
uv run uvicorn main:app --host 0.0.0.0 --port 8000" uv run uvicorn main:app --host 0.0.0.0 --port 8000"
networks: networks:
- remnawave-network - remnawave-network
restart: always restart: unless-stoped
networks: networks:
remnawave-network: remnawave-network:
+1 -1
View File
@@ -1,7 +1,7 @@
from fastapi import FastAPI from fastapi import FastAPI
import tomllib import tomllib
from .routers import ip from routers import ip
def get_version_from_pyproject(): def get_version_from_pyproject():
with open("pyproject.toml", "rb") as f: with open("pyproject.toml", "rb") as f: