Skip to content

Commit

Permalink
Remove path alias and use proper relative path to datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackvial committed Sep 21, 2024
1 parent bc24e12 commit ce37e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/series/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type {
DtypeToJsName,
JsToDtype,
JsType,
} from "@polars/datatypes/datatype";
} from "../datatypes/datatype";

const inspect = Symbol.for("nodejs.util.inspect.custom");
/**
Expand Down

0 comments on commit ce37e67

Please sign in to comment.