fix unused import

This commit is contained in:
Martin Aeschlimann 2022-01-19 19:49:37 +01:00
parent ad928a4e0f
commit 36089a9229
No known key found for this signature in database
GPG key ID: 2609A01E695523E3

View file

@ -5,7 +5,6 @@
import * as path from 'path';
import * as cp from 'child_process';
import { promises as fs } from 'fs';
import * as playwright from '@playwright/test';
import * as url from 'url';
import * as tmp from 'tmp';