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 May 5, 2021
1 parent 0a316af commit e1636fd
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 e1636fd

Please sign in to comment.