From e2a50407ab8e18a5126e0a23f86271b8ddec13a5 Mon Sep 17 00:00:00 2001 From: mathleur Date: Mon, 8 Jul 2024 16:49:25 +0200 Subject: [PATCH] black --- tests/test_union_gj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_union_gj.py b/tests/test_union_gj.py index 3c5f0d1b..227cac47 100644 --- a/tests/test_union_gj.py +++ b/tests/test_union_gj.py @@ -63,7 +63,7 @@ def test_fdb_datacube(self): Select("class", ["od"]), Select("stream", ["oper"]), Select("type", ["an"]), - union + union, ) self.fdbdatacube = gj.GribJump()