diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 876dd2bb..17a7143b 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -1,6 +1,6 @@ /* eslint-disable no-await-in-loop, no-restricted-syntax */ import { Page, PageScreenshotOptions } from 'playwright'; -import { fullLists, PlaywrightBlocker, Request } from '@cliqz/adblocker-playwright'; +import { PlaywrightBlocker } from '@cliqz/adblocker-playwright'; import fetch from 'cross-fetch'; import path from 'path';