From a803ce705eccd76f01ded7771f33fc5e490f285e Mon Sep 17 00:00:00 2001 From: Israel Date: Fri, 22 May 2026 20:38:30 -0300 Subject: [PATCH] =?UTF-8?q?Mudan=C3=A7a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apirest/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apirest/app.py b/apirest/app.py index 572cc4f..dd94bc1 100644 --- a/apirest/app.py +++ b/apirest/app.py @@ -56,7 +56,6 @@ def criar_produto(): conexao = get_connection() cursor = conexao.cursor() - sql = if __name__ == "__main__":