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__":