Browse Source

Removed unused import

Taddeus Kroes 13 years ago
parent
commit
5bfdb814aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      problem34.py

+ 0 - 1
problem34.py

@@ -1,5 +1,4 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
-from itertools import combinations
 from math import factorial
 from math import factorial
 
 
 def digits(n):
 def digits(n):