From aa31b60bff4da46dbbbe7a75c59bf32368ba1fb6 Mon Sep 17 00:00:00 2001 From: Mike Salnikov Date: Wed, 29 May 2024 18:30:14 +0200 Subject: [PATCH] LITE-30249 black formatting --- tests/plugins/product/test_export.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/plugins/product/test_export.py b/tests/plugins/product/test_export.py index de7ebab..60d7394 100644 --- a/tests/plugins/product/test_export.py +++ b/tests/plugins/product/test_export.py @@ -4,10 +4,12 @@ def test_primary_translation_str_ok(): - translation = {'locale': { - 'id': 'jp', - 'name': 'Japanese', - }} + translation = { + 'locale': { + 'id': 'jp', + 'name': 'Japanese', + } + } assert 'jp (Japanese)' == _primary_translation_str(translation)