From 126fa33a30a3a78e443bbb848157a10f4a3fd0d8 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:55:12 +0200 Subject: [PATCH] lint --- test/parallel/test-http2-respond-with-file-connection-abort.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/test-http2-respond-with-file-connection-abort.js b/test/parallel/test-http2-respond-with-file-connection-abort.js index 0f8993b8e43767..8f06eb4a208054 100644 --- a/test/parallel/test-http2-respond-with-file-connection-abort.js +++ b/test/parallel/test-http2-respond-with-file-connection-abort.js @@ -3,7 +3,6 @@ const common = require('../common'); if (!common.hasCrypto) common.skip('missing crypto'); -const assert = require('assert'); const http2 = require('http2'); const net = require('net');