소스 검색

Removed unused import

Taddeus Kroes 13 년 전
부모
커밋
5bfdb814aa
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      problem34.py

+ 0 - 1
problem34.py

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