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

Commit 6e81d13

Browse files
committed
1.0.2 更新import 语句
1 parent f04e5b9 commit 6e81d13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
5+
"version": "1.0.2",
66
"author": "KuiyuanFu",
77
"publisher": "KuiyuanFu",
88
"license": "MIT",

src/leetCodeExecutor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class LeetCodeExecutor implements Disposable {
168168
}
169169
var t = [
170170
'# @lc imports=start',
171-
'from imports import *',
171+
'from .imports import *',
172172
'# @lc imports=end',
173173
]
174174
t.forEach(

0 commit comments

Comments
 (0)