Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-gonet committed Oct 2, 2024
1 parent d680235 commit d4a7c56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/vscode-extension/src/builders/buildIOS.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import path from "path";
import fs from "fs";
import { OutputChannel } from "vscode";
import path from "path";

import { exec, lineReader } from "../utilities/subprocess";
import { Logger } from "../Logger";
import { CancelToken } from "./cancelToken";
Expand Down

0 comments on commit d4a7c56

Please sign in to comment.