Skip to content

Commit

Permalink
cleanup: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jan 27, 2024
1 parent a318ed0 commit 4f8a455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions typescript-sdk/hatchet/clients/admin/admin-client.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CreateWorkflowVersionOpts, Workflow, WorkflowVersion } from '@protoc/workflows';
import { ServerError, Status } from 'nice-grpc-common';
import { CreateWorkflowVersionOpts, WorkflowVersion } from '@protoc/workflows';
import { AdminClient } from './admin-client';
import { mockChannel } from '../hatchet-client/hatchet-client.test';

Expand Down

0 comments on commit 4f8a455

Please sign in to comment.