Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mak committed Feb 25, 2020
1 parent 5964402 commit bf2027f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/Api/NodeController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {NodeService} from "../../Services/NodeService";
import logger from "../../Services/Logger";
import {CreateNodeRequestSchema} from "./NodeControllerValidation";
import {ServiceError} from "../../Services/ServiceError";
import * as Joi from "@hapi/joi";

export class NodeController {

Expand Down

0 comments on commit bf2027f

Please sign in to comment.