Skip to content

Commit e7c6b72

Browse files
committed
fix(ci): lazy-import infra deps so rule tests run without asyncpg/redis
1 parent a5be76d commit e7c6b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alerts/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ async def _connect_pg():
155155

156156

157157
if __name__ == "__main__":
158-
asyncio.run(main())
158+
asyncio.run(main())

0 commit comments

Comments
 (0)