build(docs-infra): remove unused code (#44085)

This import was not being used and so it is redundant and can be removed.

PR Close #44085
This commit is contained in:
Pete Bacon Darwin 2021-11-05 17:26:58 +00:00 committed by Andrew Scott
parent b249e24979
commit b4ecc158de

View file

@ -3,7 +3,6 @@ import path from 'canonical-path';
import fs from 'fs-extra';
import {globbySync} from 'globby';
import jsdom from 'jsdom';
import json5 from 'json5';
import {fileURLToPath} from 'url';
import regionExtractor from '../transforms/examples-package/services/region-parser.js';