Skip to content

Commit 07fcb7c

Browse files
committed
fix lints
1 parent 9982a4d commit 07fcb7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/cli/src/services/GitAiIntegrationService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import { exec, spawn } from "child_process";
22

33
import { getCurrentSession, getSessionFilePath } from "../session.js";
44
import { logger } from "../util/logger.js";
5+
56
import { BaseService } from "./BaseService.js";
7+
68
import { services } from "./index.js";
79

810
interface GitAiHookInput {

0 commit comments

Comments
 (0)