Skip to content

Commit e498203

Browse files
committed
remove obsolete fs import
1 parent cfcdfae commit e498203

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby-source-contentful/src

1 file changed

+1
-1
lines changed

packages/gatsby-source-contentful/src/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const _ = require(`lodash`)
33
const chalk = require(`chalk`)
44
const { formatPluginOptionsForCLI } = require(`./plugin-options`)
55
const { CODES } = require(`./report`)
6-
const fs = require(`fs-extra`)
6+
77
/**
88
* Generate a user friendly error message.
99
*

0 commit comments

Comments
 (0)