Skip to content

Commit

Permalink
Add missing comment for public function
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Jan 29, 2025
1 parent 909f541 commit 1a38f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/post_processing/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def post_process_line(self, line: str):
return json.dumps(line_object)

def get_categories_config(self, category_name):
"""
Get configuration for categories
"""
config = CATEGORIES_CONFIG.get(category_name)
return config if config else CATEGORIES_CONFIG["default"]

Expand Down

0 comments on commit 1a38f9a

Please sign in to comment.