Skip to content

Commit

Permalink
Removed annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Aug 28, 2024
1 parent 857cb86 commit 6a35e6c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
package com.wse.qanaryexplanationservice.controller;

import com.wse.qanaryexplanationservice.annotations.LogExecution;
import com.wse.qanaryexplanationservice.exceptions.ExplanationException;
import com.wse.qanaryexplanationservice.helper.GptModel;
import com.wse.qanaryexplanationservice.helper.dtos.ComposedExplanationDTO;
import com.wse.qanaryexplanationservice.helper.dtos.QanaryExplanationData;
import com.wse.qanaryexplanationservice.helper.pojos.ComposedExplanation;
import com.wse.qanaryexplanationservice.helper.pojos.QanaryComponent;
import com.wse.qanaryexplanationservice.exceptions.ExplanationExceptionComponent;
import com.wse.qanaryexplanationservice.exceptions.ExplanationExceptionPipeline;
import com.wse.qanaryexplanationservice.helper.pojos.QanaryPipelineInformation;
import com.wse.qanaryexplanationservice.services.ExplanationService;
import io.swagger.v3.oas.annotations.Operation;
Expand Down Expand Up @@ -238,7 +235,6 @@ public ResponseEntity<?> getComposedExplanation(
}
}

@LogExecution
@GetMapping("/explain/pipeline/{graph}")
@Operation()
public ResponseEntity<?> getPipelineExplanation(@PathVariable String graph) throws IOException {
Expand Down

0 comments on commit 6a35e6c

Please sign in to comment.