From 672843b46c83124678c465d5761a2bf5dc5a9a2c Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Wed, 4 Sep 2024 16:56:15 +0200 Subject: [PATCH] lint --- build/spas.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/build/spas.ts b/build/spas.ts index 3a2572e0eadc..a10df35d3537 100644 --- a/build/spas.ts +++ b/build/spas.ts @@ -2,7 +2,6 @@ import fs from "node:fs"; import path from "node:path"; import { fileURLToPath } from "node:url"; -import * as cheerio from "cheerio"; import frontmatter from "front-matter"; import { fdir, PathsOutput } from "fdir"; import got from "got";