From a210f951da36e4f604fbbf1c979fed7214baaf63 Mon Sep 17 00:00:00 2001 From: d98762625 Date: Fri, 5 Apr 2019 17:40:52 +0100 Subject: [PATCH] more linting --- src/core/Dish.mjs | 2 -- tests/node/tests/File.mjs | 1 - 2 files changed, 3 deletions(-) diff --git a/src/core/Dish.mjs b/src/core/Dish.mjs index 54591cdd..8137f97d 100755 --- a/src/core/Dish.mjs +++ b/src/core/Dish.mjs @@ -442,8 +442,6 @@ class Dish { } - - /** * Dish data type enum for byte arrays. * @readonly diff --git a/tests/node/tests/File.mjs b/tests/node/tests/File.mjs index ece1f7a1..9395319f 100644 --- a/tests/node/tests/File.mjs +++ b/tests/node/tests/File.mjs @@ -3,7 +3,6 @@ import it from "../assertionHandler"; import TestRegister from "../../lib/TestRegister"; import File from "../../../src/node/File"; import {zip, Dish} from "../../../src/node/index"; -import { DishBigNumber } from "../../../src/core/dishTranslationTypes/index.mjs"; TestRegister.addApiTests([ it("File: should exist", () => {