From e49820372d44244186f6ebc8059508fbce4dac67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Tue, 20 Apr 2021 15:30:41 +0200 Subject: [PATCH] remove obsolete fs import --- packages/gatsby-source-contentful/src/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-contentful/src/fetch.js b/packages/gatsby-source-contentful/src/fetch.js index e3b891a81bcdf..9668b218b2aa2 100644 --- a/packages/gatsby-source-contentful/src/fetch.js +++ b/packages/gatsby-source-contentful/src/fetch.js @@ -3,7 +3,7 @@ const _ = require(`lodash`) const chalk = require(`chalk`) const { formatPluginOptionsForCLI } = require(`./plugin-options`) const { CODES } = require(`./report`) -const fs = require(`fs-extra`) + /** * Generate a user friendly error message. *