Skip to content

Commit 871f4c8

Browse files
committed
remove unused math import
1 parent ae28bcc commit 871f4c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/chapter02/2.6 - Palindrome/miguel_2.6_soln.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88
import unittest
9-
import math
109

1110

1211
class Node:

0 commit comments

Comments
 (0)