potiuk commented on code in PR #54615: URL: https://github.com/apache/airflow/pull/54615#discussion_r2282953874
########## go-sdk/celery/app.go: ########## @@ -25,14 +25,13 @@ import ( "os" "os/signal" + "github.com/apache/airflow/go-sdk/pkg/api" + "github.com/apache/airflow/go-sdk/pkg/sdkcontext" + "github.com/apache/airflow/go-sdk/worker" celery "github.com/marselester/gopher-celery" celeryredis "github.com/marselester/gopher-celery/goredis" "github.com/redis/go-redis/v9" "github.com/spf13/viper" - - "github.com/apache/airflow/go-sdk/pkg/api" - "github.com/apache/airflow/go-sdk/pkg/sdkcontext" - "github.com/apache/airflow/go-sdk/worker" Review Comment: Oh. yeah. so it's likely the other manifestation of the issue I noticed that working directory is still in main -> see the comments I made here: https://github.com/j178/prek/pull/481#issuecomment-3196986281 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org