yapf set blank_line_before_nested_class_or_def to false

This commit is contained in:
Alex Cheema
2024-08-22 14:07:34 +01:00
parent ea70c9fb76
commit 14f2846a9c
38 changed files with 2 additions and 69 deletions

View File

@@ -24,7 +24,6 @@ DEFAULT_IGNORE_PATTERNS = [
async def main(repo_id, revision="main", allow_patterns=None, ignore_patterns=None):
async def progress_callback(event: RepoProgressEvent):
print(f"Overall Progress: {event.completed_files}/{event.total_files} files, {event.downloaded_bytes}/{event.total_bytes} bytes")
print(f"Estimated time remaining: {event.overall_eta}")