Skip to content
Snippets Groups Projects
Commit 23425096 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup][test] Remove Python 2 compatibility

parent 78bef1d6
No related branches found
No related tags found
1 merge request!2399[cleanup][test] Remove Python 2 compatibility
...@@ -5,7 +5,6 @@ Applicable for all style formats like e.g. csv files. ...@@ -5,7 +5,6 @@ Applicable for all style formats like e.g. csv files.
Fuzzy compares numbers by using absolute and/or relative difference comparison. Fuzzy compares numbers by using absolute and/or relative difference comparison.
""" """
from __future__ import print_function
import argparse import argparse
import csv import csv
import json import json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment