mirror of
https://github.com/kharonsec/br-acc
synced 2026-04-25 17:15:02 +02:00
fix: satisfy mypy typing for community pattern selection
This commit is contained in:
@@ -213,6 +213,7 @@ class CommunityIntelligenceProvider:
|
||||
company_identifier_formatted,
|
||||
)
|
||||
|
||||
pattern_ids: tuple[str, ...]
|
||||
if pattern_id == "__all__":
|
||||
pattern_ids = COMMUNITY_PATTERN_IDS
|
||||
elif pattern_id in COMMUNITY_PATTERN_QUERIES:
|
||||
|
||||
Reference in New Issue
Block a user