Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jul 10, 2023
1 parent e7f90f2 commit f443739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/list_analyzers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const _ = require('lodash')
const colors = require('colors')
const cli = require('./cli');
const config = require('pelias-config').generate();
const schema = require('../schema');
const DEFAULT_ANALYZER = 'standard';
const NOT_APPLICABLE_ANALYZER = 'n/a';
Expand Down

0 comments on commit f443739

Please sign in to comment.