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/CheckOptions.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/CheckOptions.py') diff --git a/test/CheckOptions.py b/test/CheckOptions.py index bb0b3731..3f08fb0d 100755 --- a/test/CheckOptions.py +++ b/test/CheckOptions.py @@ -1,8 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from __future__ import print_function - import re import os import sys -- cgit v1.2.3