diff --git a/src/viewerModule/nehuba/module.ts b/src/viewerModule/nehuba/module.ts index 5ba4843f6ee46687a2fbec7c03f4f828b96795bd..087c53efda843dfa3eb33112d666fbc6746af4f6 100644 --- a/src/viewerModule/nehuba/module.ts +++ b/src/viewerModule/nehuba/module.ts @@ -94,7 +94,6 @@ import { NgAnnotationEffects } from "./annotation/effects"; export class NehubaModule{ - constructor(_svc: NgAnnotationService){ - - } + // eslint-disable-next-line @typescript-eslint/no-empty-function + constructor(_svc: NgAnnotationService){} }