From c00357cddb325db63089b64db11b77b94c2d4d56 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Tue, 8 Aug 2023 14:56:11 +0200 Subject: [PATCH] Fix code format --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index ec654f5..58fe0b1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -21,6 +21,7 @@ def api_key(staging: bool) -> str: ) return environ[key] + @fixture(scope="module") def api_key_chat() -> str: key = "CHATNOIR_API_KEY_CHAT"