def appendRow(self, branch_name: str): # noqa: N802 item = QStandardItem(branch_name) super(BranchesModel, self).appendRow(item)