From 54a85060dcc25c5d4ed29877fe84d5825236c809 Mon Sep 17 00:00:00 2001 From: Roland Pihlakas Date: Fri, 29 Dec 2023 14:53:16 +0200 Subject: [PATCH] Trying to fix the "blank line at the end of file" formatting error. --- tests/test_general.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_general.py b/tests/test_general.py index 357c7082..aafd7a11 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -293,4 +293,3 @@ def func(a=None, b=None): assert count == 1 func(b=2, a=1) assert count == 1 -