Skip to content

Commit a57d2cc

Browse files
committed
naming consistency
1 parent 275c037 commit a57d2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async_utils/_qs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ async def async_get(self, /) -> T:
572572

573573
return item
574574

575-
def threading_get(
575+
def sync_get(
576576
self, /, *, blocking: bool = True, timeout: float | None = None
577577
) -> T:
578578
waiters = self.__waiters

0 commit comments

Comments
 (0)