Skip to content

Commit

Permalink
runtime: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed May 13, 2024
1 parent 98bc5fb commit 312d402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/execute/expression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import stringify from 'fast-safe-stringify';
import type { Operation, State } from '@openfn/lexicon';

import loadModule from '../modules/module-loader';
import { Options, DEFAULT_TIMEOUT_MS } from '../runtime';
import { Options } from '../runtime';
import buildContext, { Context } from './context';
import defaultExecute from '../util/execute';
import clone from '../util/clone';
Expand Down

0 comments on commit 312d402

Please sign in to comment.