Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 9ac2279

Browse files
fix: Exponential backoff for retry requests
1 parent 577492d commit 9ac2279

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

postgrest/_sync/request_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import time
4-
54
from json import JSONDecodeError
65
from typing import Any, Generic, Optional, TypeVar, Union
76

0 commit comments

Comments
 (0)