We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde701e commit 3dae3adCopy full SHA for 3dae3ad
src/images.ts
@@ -1,7 +1,7 @@
1
import * as fs from "fs-extra";
2
import FileType, { FileTypeResult } from "file-type";
3
import { makeImagePersistencePlan } from "./MakeImagePersistencePlan";
4
-import { warning, logDebug, verbose, info } from "./log";
+import { logDebug, verbose } from "./log";
5
import { ListBlockChildrenResponseResult } from "notion-to-md/build/types";
6
import {
7
IDocuNotionContext,
0 commit comments