Skip to content

Commit 2de01f5

Browse files
chore: appease linter
1 parent a87f388 commit 2de01f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/src/modules/resources/useAgentContainers.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { renderHook, waitFor } from "@testing-library/react";
22
import * as API from "api/api";
3-
import type {
4-
WorkspaceAgentDevcontainer,
5-
WorkspaceAgentListContainersResponse,
6-
} from "api/typesGenerated";
3+
import type { WorkspaceAgentListContainersResponse } from "api/typesGenerated";
74
import * as GlobalSnackbar from "components/GlobalSnackbar/utils";
85
import { http, HttpResponse } from "msw";
96
import type { FC, PropsWithChildren } from "react";

0 commit comments

Comments
 (0)