test/sqlite: remove unused eslint directive

This commit is contained in:
Reto Brunner 2024-04-21 14:07:44 +02:00
parent 8372c5a57e
commit 1ec67a6605

View file

@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-unsafe-return */
import fs from "fs";
import path from "path";
import {expect} from "chai";