implement review suggestions from @RyanjDick

This commit is contained in:
Lincoln Stein
2023-12-04 21:12:10 -05:00
parent 018ccebd6f
commit 2b583ffcdf
7 changed files with 43 additions and 53 deletions

View File

@ -115,7 +115,6 @@ class ModelSearch(ModelSearchBase):
# returns all models that have 'anime' in the path
"""
directory: Path = Field(default=None)
models_found: Set[Path] = Field(default=None)
scanned_dirs: Set[Path] = Field(default=None)
pruned_paths: Set[Path] = Field(default=None)