From b566dfa8c8f664de21d92e1409740b2e77701ed2 Mon Sep 17 00:00:00 2001 From: kari Barry Date: Mon, 5 Feb 2024 13:08:54 -0500 Subject: [PATCH] =?UTF-8?q?Lint=20=F0=9F=A7=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suitcase/mongo_normalized/tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suitcase/mongo_normalized/tests/fixtures.py b/suitcase/mongo_normalized/tests/fixtures.py index 521c82f..2fca399 100644 --- a/suitcase/mongo_normalized/tests/fixtures.py +++ b/suitcase/mongo_normalized/tests/fixtures.py @@ -18,4 +18,4 @@ def drop(): request.addfinalizer(drop) return client[database_name] - return inner \ No newline at end of file + return inner