Skip to content

Commit

Permalink
py.typed file and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Jun 14, 2024
1 parent f16cf80 commit dff2d74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion update_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def update_swagger_ui() -> tuple[str, Optional[str]]:
# download license from GH as it is unfortunately not packaged in swagger-ui-dist
validated_download(
url=f"https://raw.githubusercontent.com/swagger-api/swagger-ui/v{new_version}/LICENSE",
target=f"swagger-ui-dist/swagger-ui-bundle.js.LICENSE.txt",
target="swagger-ui-dist/swagger-ui-bundle.js.LICENSE.txt",
expected_hash=None
)
return old_version, new_version

0 comments on commit dff2d74

Please sign in to comment.