Skip to content

Commit f0d409a

Browse files
committed
2.11.6
1 parent cd50bd6 commit f0d409a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/dao/bricksDao.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (c) 2022 ccagml . All rights reserved.
88
*/
99

10-
import { fetchProblemLanguage, selectWorkspaceFolder } from "../utils/ConfigUtils";
10+
import { selectWorkspaceFolder } from "../utils/ConfigUtils";
1111
import { useWsl, toWinPath, getDayStart, getDayNow, getYMD } from "../utils/SystemUtils";
1212
import * as path from "path";
1313
import * as fse from "fs-extra";

src/dao/groupDao.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (c) 2022 ccagml . All rights reserved.
88
*/
99

10-
import { fetchProblemLanguage, selectWorkspaceFolder } from "../utils/ConfigUtils";
10+
import { selectWorkspaceFolder } from "../utils/ConfigUtils";
1111
import { useWsl, toWinPath, getDayNowM } from "../utils/SystemUtils";
1212
import * as path from "path";
1313
import * as fse from "fs-extra";

src/dao/remarkDao.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// > > > > 题目内部编号.json 根据 qid 备注的信息
88
// > >
99

10-
import { fetchProblemLanguage, selectWorkspaceFolder } from "../utils/ConfigUtils";
10+
import { selectWorkspaceFolder } from "../utils/ConfigUtils";
1111
import { useWsl, toWinPath } from "../utils/SystemUtils";
1212
import * as path from "path";
1313
import * as fse from "fs-extra";

0 commit comments

Comments
 (0)