Remove duplicate docstring
This commit is contained in:
parent
333ea1b644
commit
8fea35a663
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@ def ensure_free_disk_space(path: str, min_space: int = 500000000) -> None:
|
||||||
class ScanInfo(BaseModel):
|
class ScanInfo(BaseModel):
|
||||||
"""Summary information about a scan folder"""
|
"""Summary information about a scan folder"""
|
||||||
|
|
||||||
"""Summary information about a scan folder"""
|
|
||||||
|
|
||||||
name: str
|
name: str
|
||||||
created: datetime
|
created: datetime
|
||||||
modified: datetime
|
modified: datetime
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue