From 45bba127ff56940c8864de98eb009ff7abe5d086 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sun, 17 Jan 2021 22:40:11 +0100 Subject: [PATCH] bimtester: steps, remove comment --- src/ifcbimtester/bimtester/features/steps/ifcdata_it.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcbimtester/bimtester/features/steps/ifcdata_it.py b/src/ifcbimtester/bimtester/features/steps/ifcdata_it.py index c84fe775d7..60222112bc 100644 --- a/src/ifcbimtester/bimtester/features/steps/ifcdata_it.py +++ b/src/ifcbimtester/bimtester/features/steps/ifcdata_it.py @@ -7,7 +7,6 @@ from utils import switch_locale the_lang = "it" -# TODO the next line needs translation @given("Il file IFC รจ stato fornito attraverso un argumento") def step_impl(context): switch_locale(context.localedir, the_lang)