Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
allenchuang committed Jan 31, 2024
1 parent 312c1e9 commit f6bfb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-sdk/src/resources/license.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { AxiosInstance } from "axios";
import { PublicClient, WalletClient, encodeFunctionData, getAddress } from "viem";

import { handleError } from "../utils/errors";
import { parseToBigInt, waitTxAndFilterLog } from "../utils/utils";
import { parseToBigInt } from "../utils/utils";
import { LicenseReadOnlyClient } from "./licenseReadOnly";
import { IPAccountImplMerged } from "../abi/ipAccountImpl.abi";
import { LicenseRegistryConfig, LicenseRegistryRaw } from "../abi/licenseRegistry.abi";
import { LicenseRegistryRaw } from "../abi/licenseRegistry.abi";
import {
linkIpToParentRequest,
linkIpToParentResponse,
Expand Down

0 comments on commit f6bfb64

Please sign in to comment.