From ad4ae8851176e1affffb681421f3c3074417fc4a Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Fri, 3 Feb 2023 19:26:14 -0600 Subject: [PATCH] lint fix --- scripts/sync-dependencies.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/sync-dependencies.mjs b/scripts/sync-dependencies.mjs index 58a905666f2..476c3091eef 100644 --- a/scripts/sync-dependencies.mjs +++ b/scripts/sync-dependencies.mjs @@ -2,7 +2,6 @@ // we want to update it in our dependencies.yaml so the update doesn't get clobbered // This script is run by the github action in dependabot-sync.yml import process from 'node:process' -import yaml from 'js-yaml' import { readFileSync, writeFileSync } from 'fs' import path from 'path' import { fileURLToPath } from 'url'