Skip to content

Commit afac607

Browse files
authored
Update calculator.py
1 parent 9d94846 commit afac607

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

calculator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import math #math will come of importance later on in the program
1313
from functools import partial #as will this
1414
from datetime import datetime #getting current date for logging operations in history
15-
from calc_button import CalcButton
1615
import os
1716

1817

0 commit comments

Comments
 (0)