Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -479,12 +479,6 @@ class DocumentCheckerConfig:
|
|
479 |
is_error=True,
|
480 |
replacement="CFR"
|
481 |
),
|
482 |
-
PatternConfig(
|
483 |
-
pattern=r'\b14 CFR\s*§',
|
484 |
-
description="14 CFR § should be 14 CFR",
|
485 |
-
is_error=True,
|
486 |
-
replacement="14 CFR"
|
487 |
-
),
|
488 |
PatternConfig(
|
489 |
pattern=r'\bWe\b',
|
490 |
description="'We' should be 'The FAA'",
|
|
|
479 |
is_error=True,
|
480 |
replacement="CFR"
|
481 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
482 |
PatternConfig(
|
483 |
pattern=r'\bWe\b',
|
484 |
description="'We' should be 'The FAA'",
|