anton-hk / translator

Expected 2 blank lines FLK-E302
Style
Minor
1 occurrence in this check
expected 2 blank lines, found 1
40                                      dest=languages[str(self.comboBox_2.currentText())])
41        self.textBrowser.setText(result.text)  # вывод перевода
42
43def main():44    app = QtWidgets.QApplication(sys.argv)  # инициализация формы
45    main = MainWindow()
46    main.show()