Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Feb 13, 2024
1 parent 97b3816 commit 31c9723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions packages/ws-worker/src/api/execute.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import type { ExecutionPlan, Lazy, State } from '@openfn/lexicon';
import type {
RunLogPayload,
RunStartPayload,
LightningPlanOptions,
} from '@openfn/lexicon/lightning';
import type { RunLogPayload, RunStartPayload } from '@openfn/lexicon/lightning';
import type { Logger } from '@openfn/logger';
import type {
RuntimeEngine,
Expand Down
1 change: 0 additions & 1 deletion packages/ws-worker/test/lightning.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import test from 'ava';
import createLightningServer from '@openfn/lightning-mock';
import type {
LightningPlan,
Node,
RunCompletePayload,
} from '@openfn/lexicon/lightning';

Expand Down

0 comments on commit 31c9723

Please sign in to comment.