Spaces:
Sleeping
Sleeping
Commit
·
e68ca45
1
Parent(s):
16e4752
Update nutrition.py
Browse files- nutrition.py +1 -1
nutrition.py
CHANGED
|
@@ -476,4 +476,4 @@ def formatar_plano_nutricional(nutricao: dict, formato: str = "markdown") -> str
|
|
| 476 |
import markdown
|
| 477 |
texto = markdown.markdown(texto)
|
| 478 |
|
| 479 |
-
return texto
|
|
|
|
| 476 |
import markdown
|
| 477 |
texto = markdown.markdown(texto)
|
| 478 |
|
| 479 |
+
return texto
|