From 4abfe06ae60c3157e09634151172b8b319921340 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:41:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- taxonium_data_handling/importing.js | 1 - 1 file changed, 1 deletion(-) diff --git a/taxonium_data_handling/importing.js b/taxonium_data_handling/importing.js index 689808f3..05ea64c2 100644 --- a/taxonium_data_handling/importing.js +++ b/taxonium_data_handling/importing.js @@ -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); };