Skip to content

Commit a65cf82

Browse files
committed
fix lint
1 parent f23fcfd commit a65cf82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bindings/python/src/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ export function createStore() {
1818
const middlewares = enhanceReduxMiddleware([]);
1919
const enhancers = [applyMiddleware(...middlewares)];
2020

21+
// @ts-expect-error Redux types are not compatible with TypeScript
2122
return createReduxStore(reducers, {}, compose(...enhancers));
2223
}

0 commit comments

Comments
 (0)