Skip to content

Commit

Permalink
Change default param detect_type_list as True #351
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylebechec committed Jan 6, 2025
1 parent 0452161 commit f840c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howard/objects/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12073,7 +12073,7 @@ def create_annotations_view(
fields: list = None,
fields_needed: list = None,
fields_needed_all: bool = False,
detect_type_list: bool = False,
detect_type_list: bool = True,
fields_not_exists: bool = True,
info_prefix_column: str = None,
info_struct_column: str = None,
Expand Down

0 comments on commit f840c0f

Please sign in to comment.