Skip to content

Commit

Permalink
test: Drop unused import to satisfy TS
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Mar 6, 2024
1 parent 40903db commit 1775f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/doc/foldFlowLines.ts
Expand Up @@ -2,7 +2,6 @@ import * as YAML from 'yaml'
import { foldFlowLines as fold, FoldOptions } from 'yaml/util'
import { source } from '../_utils'

const FOLD_BLOCK = 'block'
const FOLD_FLOW = 'flow'
const FOLD_QUOTED = 'quoted'

Expand Down

0 comments on commit 1775f13

Please sign in to comment.