fix: add missing os import in summarize.go

This commit is contained in:
Olivier Tremblay 2025-11-14 11:05:56 -05:00 committed by Olivier Tremblay (aider)
parent 158a14706b
commit dff9c6fb86

View file

@ -6,6 +6,7 @@ import (
"fmt"
"io"
"net/http"
"os"
"time"
"o5r.ca/autocrossbow/contributions"