Mr-76 / tabelaperiodica

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
1 occurrence in this check
Consider removing the commented out code block
144                # escreve dicionario de volta no arquivo de texto
145                escrever_arquivo(Nome_Arquivo, dicionario_volta)
146
147                #  with open(Nome_Arquivo,'w') as arquivo_deTexto:148                #     string = str(dicionario_volta)
149                #    arquivo_deTexto.write(string)
150