Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackarySantana committed Mar 20, 2024
1 parent 752a05c commit cec293f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/hooks/useParentTask/useParentTask.test.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { MockedProvider, MockedProviderProps } from "@apollo/client/testing";
import { RenderFakeToastContext } from "context/toast/__mocks__";
import {
BaseVersionAndTaskQuery,
BaseVersionAndTaskQueryVariables,
LastMainlineCommitQuery,
LastMainlineCommitQueryVariables,
} from "gql/generated/types";
import { BASE_VERSION_AND_TASK, LAST_MAINLINE_COMMIT } from "gql/queries";
import { BASE_VERSION_AND_TASK } from "gql/queries";
import { renderHook, waitFor } from "test_utils";
import { ApolloMock } from "types/gql";
import { useParentTask } from ".";
Expand Down

0 comments on commit cec293f

Please sign in to comment.