Skip to content

Commit

Permalink
fix: revert trailing slash to Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes-Andersen authored Nov 27, 2024
1 parent 836ff6b commit a8376af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as tf from "@tensorflow/tfjs";
// Remove the trailing slash below if this Bun issue gets fixed: https://github.com/oven-sh/bun/issues/8683
import { Buffer } from "buffer/";
import { Buffer } from "buffer";
import { NSFW_CLASSES } from "./nsfw_classes";

declare global {
Expand Down

0 comments on commit a8376af

Please sign in to comment.