Skip to content
Snippets Groups Projects
Unverified Commit 977f2840 authored by Aziz Khoury's avatar Aziz Khoury Committed by GitHub
Browse files

fix: wrong import for path in `SimpleKVStore.ts` (#383)



Co-authored-by: default avatarAlex Yang <himself65@outlook.com>
parent 5d3bb664
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": minor
---
fixing import statement
import _ from "lodash";
import * as path from "path";
import path from "path";
import { GenericFileSystem, exists } from "../FileSystem";
import { DEFAULT_COLLECTION, DEFAULT_FS } from "../constants";
import { BaseKVStore } from "./types";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment