[generator] Removed production decorator from isolines step.

Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
vng 2021-01-10 15:57:34 +03:00 committed by Roman Tsisyk
parent 9735885c8a
commit a3e32404d9

View file

@ -268,14 +268,12 @@ class StagePopularity(Stage):
@country_stage
@production_only
class StageSrtm(Stage):
def apply(self, env: Env, country, **kwargs):
steps.step_srtm(env, country, **kwargs)
@country_stage
@production_only
class StageIsolinesInfo(Stage):
def apply(self, env: Env, country, **kwargs):
steps.step_isolines_info(env, country, **kwargs)