Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and theosanderson committed Oct 8, 2024
1 parent e673e27 commit 252233c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taxonium_data_handling/importing.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import zlib from "zlib";
import stream from "stream";
import buffer from "buffer";


const roundToDp = (number, dp) => {
return Math.round(number * Math.pow(10, dp)) / Math.pow(10, dp);
};
Expand Down

0 comments on commit 252233c

Please sign in to comment.