refactor: remove unnecessary eslint-disable comments from const Set declarations

Co-authored-by: robonen <26167508+robonen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-13 17:12:12 +00:00
parent 170093a039
commit 1111848728
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -17,7 +17,6 @@ import {
// ---------------------------------------------------------------------------
/** HTTP status codes that trigger automatic retry by default */
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
const DEFAULT_RETRY_STATUS_CODES: ReadonlySet<number> = /* @__PURE__ */ new Set([
408, // Request Timeout
409, // Conflict