This commit is contained in:
Israel Alves de Oliveira Arruda 2026-05-22 20:38:30 -03:00
parent 8ce453908c
commit a803ce705e
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ def criar_produto():
conexao = get_connection() conexao = get_connection()
cursor = conexao.cursor() cursor = conexao.cursor()
sql =
if __name__ == "__main__": if __name__ == "__main__":