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

Commit 6011959

Browse files
committed
1.0.14 更新了 imports.py random
1 parent 927f4d9 commit 6011959

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
@@ -19,3 +19,5 @@ All notable changes to the "leetcode" extension will be documented in this file.
1919
更新了 imports.py math heapq
2020
# 1.0.13
2121
更新了 imports.py math bisect
22+
# 1.0.14
23+
更新了 imports.py random

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.13",
5+
"version": "1.0.14",
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
@@ -6,6 +6,7 @@
66
from math import *
77
from heapq import *
88
from bisect import *
9+
from random import *
910

1011
rootPath = os.path.dirname(sys.path[0])
1112
os.chdir(rootPath)

0 commit comments

Comments
 (0)