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); };