From a9c8ef88110579d55acd10900af39b5a25df78a7 Mon Sep 17 00:00:00 2001 From: Github-actions Date: Tue, 9 Jul 2024 15:37:30 +0000 Subject: [PATCH] Automatic linting --- wger/nutrition/sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wger/nutrition/sync.py b/wger/nutrition/sync.py index db1810143..bf73b2347 100644 --- a/wger/nutrition/sync.py +++ b/wger/nutrition/sync.py @@ -50,6 +50,7 @@ ) from wger.utils.url import make_uri + logger = logging.getLogger(__name__)