Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4b0f715

Browse files
committed
1.0.11 更新了 imports.py itertools
1 parent c6f8237 commit 4b0f715

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ All notable changes to the "leetcode" extension will be documented in this file.
1313
更新了 imports.py 修改二叉树元素为0时,不生成结点的问题。
1414
# 1.0.10
1515
更新了过滤题目,只显示算法题,而数据库,shell什么的都不显示了。
16+
# 1.0.11
17+
更新了 imports.py itertools

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python-leetcode",
33
"displayName": "PythonLeetcode",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "1.0.10",
5+
"version": "1.0.11",
66
"author": "KuiyuanFu",
77
"publisher": "KuiyuanFu",
88
"license": "MIT",

resources/imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from collections import *
33
import sys
44
import os
5+
from itertools import *
56

67
rootPath = os.path.dirname(sys.path[0])
78
os.chdir(rootPath)

0 commit comments

Comments
 (0)