Skip to content
Snippets Groups Projects
Unverified Commit 29225495 authored by Éloïs's avatar Éloïs
Browse files

cleaning up unnecessary imports

parent a86503a9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ import {DBMembership} from "./sqliteDAL/MembershipDAL"
import {MerkleDTO} from "../dto/MerkleDTO"
import {CommonConstants} from "../common-libs/constants"
import { ProxiesConf } from '../proxy';
import { getOfficialRevocation } from '../common-libs/rawer';
const fs = require('fs')
const path = require('path')
......
import {SQLiteDriver} from "../drivers/SQLiteDriver";
import {AbstractSQLite} from "./AbstractSQLite";
import {SandBox} from "./SandBox";
import { Indexer } from '../../indexer';
const _ = require('underscore');
const constants = require('../../constants');
......
......@@ -2,8 +2,6 @@ import {SQLiteDriver} from "../../drivers/SQLiteDriver";
import {AbstractIndex} from "../AbstractIndex";
import {Indexer, MindexEntry} from "../../../indexer";
const _ = require('underscore');
export class MIndexDAL extends AbstractIndex<MindexEntry> {
constructor(driver:SQLiteDriver) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment