Browse Source

more linting

d98762625 6 years ago
parent
commit
a210f951da
2 changed files with 0 additions and 3 deletions
  1. 0 2
      src/core/Dish.mjs
  2. 0 1
      tests/node/tests/File.mjs

+ 0 - 2
src/core/Dish.mjs

@@ -442,8 +442,6 @@ class Dish {
 }
 
 
-
-
 /**
  * Dish data type enum for byte arrays.
  * @readonly

+ 0 - 1
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", () => {