Skip to content

Commit 5a963a8

Browse files
authored
Update Calculadora.py
1 parent e7efce3 commit 5a963a8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Calculadora Basica PyQt5/Calculadora.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# -*- coding: utf-8 -*-
2-
3-
# Form implementation generated from reading ui file 'calculadora.ui'
4-
#
5-
# Created by: PyQt5 UI code generator 5.9.2
6-
#
2+
# Form implementation generated from reading ui file 'calculadora.ui'#
3+
# Created by: PyQt5 UI code generator 5.9.2#
74
# WARNING! All changes made in this file will be lost!
8-
95
from PyQt5 import QtCore, QtGui, QtWidgets
106

117
class Ui_Form(object):

0 commit comments

Comments
 (0)