Skip to content

Commit 33c597c

Browse files
hipsterusernamepsychedelicious
authored andcommitted
fix lint
1 parent 19d882d commit 33c597c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

invokeai/frontend/web/src/features/modelManagerV2/hooks/useStarterBundleInstall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { flatMap, negate, uniqWith } from 'lodash-es';
2-
import { useCallback, useMemo } from 'react';
2+
import { useCallback } from 'react';
33
import { useTranslation } from 'react-i18next';
44
import { useInstallModelMutation } from 'services/api/endpoints/models';
55
import { toast } from 'features/toast/toast';

invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/LaunchpadForm/LaunchpadForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Box, Button, Flex, Grid, Heading, Text } from '@invoke-ai/ui-library';
2-
import { useStore } from '@nanostores/react';
32
import { $installModelsTab } from 'features/modelManagerV2/store/installModelsStore';
43
import { useStarterBundleInstall } from 'features/modelManagerV2/hooks/useStarterBundleInstall';
54
import ScrollableContent from 'common/components/OverlayScrollbars/ScrollableContent';

0 commit comments

Comments
 (0)