From fac86ca13e43d9325ce56b527ce5001f7caba426 Mon Sep 17 00:00:00 2001 From: Najam Date: Sat, 4 Feb 2023 00:14:26 +0500 Subject: [PATCH] add space --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index 925fe73..9713cfc 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -20,3 +20,4 @@ def db_conn(): url = ... with db.connect(url) as conn: # connection will be torn down after all tests finish yield conn +