Skip to content
Snippets Groups Projects
Commit e8acc292 authored by sandcha's avatar sandcha
Browse files

Make flake8 happy

parent e41c8558
No related branches found
No related tags found
1 merge request!19Ajoute un endpoint /dotations
def simulate(request_body):
simulation_result = {"hello": "coucou"} # construire le body de la response dans le handler ?
return simulation_result
from .cas_types import CasTypes, SimulationRunner # noqa
from .welcome import Welcome # noqa
from .dotations import Dotations
from .dotations import Dotations # noqa
from Simulation_engine.simulate_dotations import simulate
class Dotations(object):
def simule_dotations(**params: dict) -> tuple:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment