Skip to content

Commit

Permalink
add comment for SCRUB_COLOR and
Browse files Browse the repository at this point in the history
remove unused import
  • Loading branch information
Krish Patel committed Jun 16, 2023
1 parent 93b32b8 commit e2bcbca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion openadapt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"SCRUB_CHAR": "*",
"SCRUB_LANGUAGE": "en",
# TODO support lists in getenv_fallback
"SCRUB_FILL_COLOR": 0x0000FF,
"SCRUB_FILL_COLOR": 0x0000FF, # BGR format
"SCRUB_CONFIG_TRF": {
"nlp_engine_name": "spacy",
"models": [{"lang_code": "en", "model_name": "en_core_web_trf"}],
Expand Down
1 change: 0 additions & 1 deletion openadapt/scrub.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from presidio_analyzer import AnalyzerEngine
from presidio_analyzer.nlp_engine import NlpEngineProvider
from presidio_anonymizer import AnonymizerEngine
from presidio_anonymizer.entities import OperatorConfig
from presidio_image_redactor import (
ImageRedactorEngine,
ImageAnalyzerEngine,
Expand Down

0 comments on commit e2bcbca

Please sign in to comment.