Skip to content

Commit

Permalink
relative import for Series (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Jun 12, 2023
1 parent 7e0ad14 commit 98153fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/lazy/dataframe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { _LazyGroupBy, LazyGroupBy } from "./groupby";
import { Deserialize, GroupByOps, Serialize } from "../shared_traits";
import { LazyOptions, LazyJoinOptions } from "../types";
import { Series } from "@polars/series";
import { Series } from "../series";

const inspect = Symbol.for("nodejs.util.inspect.custom");

Expand Down

0 comments on commit 98153fd

Please sign in to comment.