Skip to content

Commit

Permalink
remove obsolete fs import
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Apr 20, 2021
1 parent 50d6ba2 commit 135a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/src/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 135a5c5

Please sign in to comment.