diff --git a/app/views.py b/app/views.py index 32b5df7..5b302c6 100644 --- a/app/views.py +++ b/app/views.py @@ -5888,4 +5888,4 @@ def get_all_products_transport_dashboard_by_code(request): "total_input_bars_wight": int(input_quantity), "total_output_bars_percent": output_percent, "total_output_bars_wight": int(output_quantity), - }, status=status.HTTP_200_OK) \ No newline at end of file + }, status=status.HTTP_200_OK)