From c9cefb4ab7f93a64fc1f34a71745f697e0a46e44 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Sat, 7 Nov 2020 13:20:38 +0100 Subject: python3: remove all obsolete "from __future__" import statements Note that not all future statements can be removed: PEP 563 for instance deals with from __future__ import annotations Task-number: PYSIDE-904 Change-Id: Ia387ec87f3c68ca64d13e8e80191eda900f58638 Reviewed-by: Friedemann Kleint --- sources/pyside6/PySide6/support/deprecated.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'sources/pyside6/PySide6/support/deprecated.py') diff --git a/sources/pyside6/PySide6/support/deprecated.py b/sources/pyside6/PySide6/support/deprecated.py index d62400c81..cd620eb05 100644 --- a/sources/pyside6/PySide6/support/deprecated.py +++ b/sources/pyside6/PySide6/support/deprecated.py @@ -38,8 +38,6 @@ ## ############################################################################# -from __future__ import print_function, absolute_import - """ deprecated.py -- cgit v1.2.3