Skip to content

Commit

Permalink
Remove unused imports from main.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Jul 11, 2024
1 parent 7e633bb commit 3141418
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

import {Implementation} from './Implementation.js';
import {implementerFiles} from '../implementations/index.js';
export {localSettings} from '../implementations/index.js';
export {Endpoint} from './Endpoint.js';

const keyValues = implementerFiles.map(
implementation => [implementation.name, new Implementation(implementation)]);
Expand Down

0 comments on commit 3141418

Please sign in to comment.