Skip to content

Commit

Permalink
fix(sdk): fix import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Aug 6, 2024
1 parent 575c641 commit 1e9accc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions emulator-run-cmd/src/sdk.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import *
import * as core from "@actions/core";
import execWithResult, { execIgnoreFailure } from "./exec-with-result";
import * as fs from "fs";
Expand Down Expand Up @@ -285,4 +284,3 @@ export class SdkFactory {
async function writeLicenseFile(file: string, content: string) {
await writeFileAsync(file, content);
}

0 comments on commit 1e9accc

Please sign in to comment.