remove unused import

This commit is contained in:
Nick Playfair 2025-06-11 23:53:52 +01:00
parent 744e48e812
commit fb632c1f72

View File

@ -1,4 +1,4 @@
import { rejectedParts, headers } from './config';
import { rejectedParts } from './config';
export function isJunk(element: part): boolean {
// Returns true if element is in the rejected list