Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Apr 20, 2024
1 parent 781b9fd commit 9cbcd8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/renderer/hooks/useTestImport.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import {
TestDiscoverContainer,
} from "@/renderer/types/test-sequencer";
import { TestDiscoverContainer } from "@/renderer/types/test-sequencer";
import {
createNewTest,
useDisplayedSequenceState,
Expand Down Expand Up @@ -128,7 +126,6 @@ export const useDiscoverAndImportTests = () => {
return openFilePicker;
};


export const useDiscoverPytestElements = () => {
const handleUserDepInstall = useCallback(async (depName: string) => {
const promise = () => window.api.poetryInstallDepUserGroup(depName);
Expand Down

0 comments on commit 9cbcd8c

Please sign in to comment.