mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
yapf set blank_line_before_nested_class_or_def to false
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user