Skip to content

Commit c878a79

Browse files
committed
Revert classification/service.py to develop branch version
This file was accidentally modified during merge and should not be part of this MR. Reverting to avoid conflicts with recent changes by @miislamg.
1 parent 8cf0125 commit c878a79

File tree

1 file changed

+0
-3
lines changed
  • lib/idp_common_pkg/idp_common/classification

1 file changed

+0
-3
lines changed

lib/idp_common_pkg/idp_common/classification/service.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class ClassificationService:
5454
# Classification method options
5555
MULTIMODAL_PAGE_LEVEL = "multimodalPageLevelClassification"
5656
TEXTBASED_HOLISTIC = "textbasedHolisticClassification"
57-
MULTIMODAL_PAGE_BOUNDARY = "multimodalPageBoundaryClassification"
5857

5958
def __init__(
6059
self,
@@ -141,8 +140,6 @@ def __init__(
141140
# Log classification method
142141
if self.classification_method == self.TEXTBASED_HOLISTIC:
143142
logger.info("Using textbased holistic packet classification method")
144-
elif self.classification_method == self.MULTIMODAL_PAGE_BOUNDARY:
145-
logger.info("Using multimodal page boundary classification method")
146143
else:
147144
# Default to multimodal page-level classification if value is invalid
148145
if self.classification_method != self.MULTIMODAL_PAGE_LEVEL:

0 commit comments

Comments
 (0)