From c94fccc2b825781e904a67e4bec6b99b427d8abd Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 5 Jul 2022 08:59:34 +0200 Subject: Remove obsolete from __future__ imports --- test/ConfirmTests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ConfirmTests.py') diff --git a/test/ConfirmTests.py b/test/ConfirmTests.py index 2ecefa01..e82479ed 100755 --- a/test/ConfirmTests.py +++ b/test/ConfirmTests.py @@ -1,7 +1,5 @@ #!/usr/bin/python -from __future__ import print_function - # This script confirms both that the register report "adds up", and that its # final balance is the same as what the balance report shows. -- cgit v1.2.3