mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
Stricter mypy linters for test_runner/fixtures/*
This commit is contained in:
committed by
Vadim Kharitonov
parent
c4f9f1dc6d
commit
f720dd735e
@@ -24,7 +24,6 @@ if __name__ == "__main__":
|
||||
if (v := os.environ.get(k, None)) is not None
|
||||
}
|
||||
|
||||
loop = asyncio.new_event_loop()
|
||||
row = loop.run_until_complete(run(**kwargs))
|
||||
row = asyncio.run(run(**kwargs))
|
||||
|
||||
print(row[0])
|
||||
|
||||
Reference in New Issue
Block a user