Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WCByrne committed Sep 30, 2024
1 parent 6ccbd6a commit f8e4c15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import _merge from "lodash/merge";
import lingo from ".";
import LingoError from "./lingoError";
import { AssetType, ItemData, ItemType } from "./types";
import { formatDate, parseFilePath, parseJSONResponse, resolveFilePath, retry } from "./utils";
import { formatDate, parseFilePath, resolveFilePath, retry } from "./utils";

export type UploadData = {
name?: string;
Expand Down
2 changes: 0 additions & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import FormData from "form-data";
import _merge from "lodash/merge";
import QueryString from "query-string";
import fetch from "node-fetch";

Expand Down

0 comments on commit f8e4c15

Please sign in to comment.