Browse Source

Remove unused imports to fix linting.

rewrite
Brian Donovan 8 years ago
parent
commit
95106fa770
  1. 2
      src/ast/scopes/Scope.js

2
src/ast/scopes/Scope.js

@ -1,5 +1,3 @@
import getLocation from '../../utils/getLocation.js';
import error from '../../utils/error.js';
import { blank, keys } from '../../utils/object.js';
import { UNKNOWN } from '../values.js';

Loading…
Cancel
Save