fix: remove unused os import
Some checks failed
deploy / deploy (push) Failing after 5s
test / test (push) Failing after 3s

This commit is contained in:
Rinat
2026-07-16 15:57:44 +03:00
parent 842f87f576
commit bb665d31bf

View File

@ -3,7 +3,6 @@ package main
import (
"log"
"net/http"
"os"
"github.com/rinat/ozon-mock/internal/config"
"github.com/rinat/ozon-mock/internal/handlers"