Skip to content

Commit a094158

Browse files
baogorekclaude
andcommitted
Format restage.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3cdf5ba commit a094158

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

restage.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
@app.local_entrypoint()
10-
def main():
10+
def restage():
1111
print(f"Validating {version} on Modal volume...")
1212
manifest = validate_staging.remote(branch=branch, version=version)
1313

@@ -17,7 +17,5 @@ def main():
1717
print(f" Cities: {manifest['totals']['cities']}")
1818

1919
print(f"\nUploading to HF staging...")
20-
result = upload_to_staging.remote(
21-
branch=branch, version=version, manifest=manifest
22-
)
20+
result = upload_to_staging.remote(branch=branch, version=version, manifest=manifest)
2321
print(result)

0 commit comments

Comments
 (0)