Skip to content

Commit

Permalink
update github downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Feb 18, 2024
1 parent 5063cd9 commit 6a364f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyufunc/util_git_pypi/_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from pathlib import Path
from pyufunc.pkg_utils import requires, import_package

path_user_agent_strings = Path(__file__).parent.parent.joinpath("static/user-agent-strings.json")
path_user_agent_strings = Path(__file__).parent.joinpath("static/user-agent-strings.json")

with open(path_user_agent_strings, mode='r', encoding='utf-8') as f:
_web_agent_str = f.read()
Expand Down
File renamed without changes.

0 comments on commit 6a364f8

Please sign in to comment.