mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
Update ruff to much newer version (#9433)
Includes a multidict patch release to fix build with newer cpython.
This commit is contained in:
@@ -417,7 +417,7 @@ def wait_until(
|
||||
time.sleep(interval)
|
||||
continue
|
||||
return res
|
||||
raise Exception("timed out while waiting for %s" % func) from last_exception
|
||||
raise Exception(f"timed out while waiting for {func}") from last_exception
|
||||
|
||||
|
||||
def assert_eq(a, b) -> None:
|
||||
|
||||
Reference in New Issue
Block a user