Hoctar77 commited on
Commit
fa98e6a
·
verified ·
1 Parent(s): 429fee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -734,6 +734,7 @@ class FAADocumentChecker(DocumentChecker):
734
  # Constructor
735
  def __init__(self, config_path: Optional[str] = None):
736
  super().__init__(config_path)
 
737
 
738
  # Core Check Methods
739
  @profile_performance
 
734
  # Constructor
735
  def __init__(self, config_path: Optional[str] = None):
736
  super().__init__(config_path)
737
+ self.HEADING_WORDS = HEADING_WORDS
738
 
739
  # Core Check Methods
740
  @profile_performance