Skip to content

Commit f46d41f

Browse files
committed
removed unused field
1 parent c0c6d21 commit f46d41f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gitingest/ingestion_schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class IngestionQuery(BaseModel): # pylint: disable=too-many-instance-attributes
5757
max_file_size: int = Field(default=MAX_FILE_SIZE)
5858
ignore_patterns: Optional[Set[str]] = None
5959
include_patterns: Optional[Set[str]] = None
60-
pattern_type: Optional[str] = None # TODO remove this field
6160

6261
class Config:
6362
"""Pydantic model configuration."""

0 commit comments

Comments
 (0)