File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import type { Argv } from "yargs";
77import { TaskContextAdapter } from "../../../context/adapter/TaskContextAdapter.js" ;
88import type { Context } from "../../../context/Context.js" ;
99import type { GlobalArgs } from "../../../context/GlobalArgs.js" ;
10- import { TaskAbortSignal } from "@fern-api/task-context" ;
1110import { Icons } from "../../../ui/format.js" ;
1211import { command } from "../../_internal/command.js" ;
1312
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import type { Argv } from "yargs";
55import { TokenService } from "../../../auth/TokenService.js" ;
66import type { Context } from "../../../context/Context.js" ;
77import type { GlobalArgs } from "../../../context/GlobalArgs.js" ;
8- import { TaskAbortSignal } from "@fern-api/task-context" ;
98import { Icons } from "../../../ui/format.js" ;
109import { command } from "../../_internal/command.js" ;
1110
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import inquirer from "inquirer";
44import type { Argv } from "yargs" ;
55import type { Context } from "../../../context/Context.js" ;
66import type { GlobalArgs } from "../../../context/GlobalArgs.js" ;
7- import { TaskAbortSignal } from "@fern-api/task-context" ;
87import { Icons } from "../../../ui/format.js" ;
98import { command } from "../../_internal/command.js" ;
109
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import chalk from "chalk";
33import type { Argv } from "yargs" ;
44import type { Context } from "../../../context/Context.js" ;
55import type { GlobalArgs } from "../../../context/GlobalArgs.js" ;
6- import { TaskAbortSignal } from "@fern-api/task-context" ;
76import { command } from "../../_internal/command.js" ;
87
98export declare namespace WhoamiCommand {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import chalk from "chalk";
33import type { Argv } from "yargs" ;
44import type { Context } from "../../../context/Context.js" ;
55import type { GlobalArgs } from "../../../context/GlobalArgs.js" ;
6- import { TaskAbortSignal } from "@fern-api/task-context" ;
76import { SdkChecker } from "../../../sdk/checker/SdkChecker.js" ;
87import { Icons } from "../../../ui/format.js" ;
98import { command } from "../../_internal/command.js" ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import {
1212 TaskContext ,
1313 TaskResult
1414} from "@fern-api/task-context" ;
15+
1516import chalk from "chalk" ;
1617
1718import { reportError } from "../telemetry/reportError.js" ;
You can’t perform that action at this time.
0 commit comments