remove python-future dependency

This commit removes the dependency on the __future__ module, which was
used to enable Python 3 features in Python 2 code. With support for
Python 2 being dropped, it is no longer necessary to maintain backward
compatibility.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2023-06-21 23:48:32 +01:00 committed by Andrei Vagin
parent 376f3d1800
commit 642fd99bfd
16 changed files with 9 additions and 29 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python3
from __future__ import print_function
import argparse
import sys
import json