Skip to content

Commit

Permalink
fix(import): Remove unused import of index.js in src/unmarshal/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Crevoisier committed May 18, 2020
1 parent 23fea6d commit 71eac99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unmarshal/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

const Schema = require('../').Schema;
const StandardError = require('standard-error');
const ValidateError = require('./error');
const applyDefaults = require('../defaults');
Expand Down

0 comments on commit 71eac99

Please sign in to comment.