Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Oct 1, 2024
1 parent 6f0238c commit 9e6f2da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taxonium_data_handling/importing.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import zlib from "zlib";
import stream from "stream";
import buffer from "buffer";
import { parser } from "stream-json";
import { streamValues } from "stream-json/streamers/StreamValues";


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

0 comments on commit 9e6f2da

Please sign in to comment.