Skip to content

Commit

Permalink
Deduplicate rungen import
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Jun 23, 2021
1 parent 9d32b4c commit 5037f58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/redux-routine/src/runtime.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/**
* External dependencies
*/
import { create } from 'rungen';
// eslint-disable-next-line no-duplicate-imports
import type { Control } from 'rungen';
import { create, Control } from 'rungen';
import { map } from 'lodash';
import isPromise from 'is-promise';
import type { Dispatch, AnyAction } from 'redux';
Expand Down

0 comments on commit 5037f58

Please sign in to comment.