From 3cea7e7f761249c17ceb5bdb3ba37670fb5e2454 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 21 Apr 2023 16:59:32 -0700 Subject: [PATCH] remove unused variable in types test --- tests/doc/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/doc/types.ts b/tests/doc/types.ts index 06217d22..c03668be 100644 --- a/tests/doc/types.ts +++ b/tests/doc/types.ts @@ -13,7 +13,6 @@ import { SchemaOptions, stringify, YAMLMap, - YAMLParseError, YAMLSeq } from 'yaml' import { seqTag, stringifyString, stringTag } from 'yaml/util'