Skip to content

Commit

Permalink
update, remove default branch var
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuwenyu committed Apr 25, 2021
1 parent 7408e84 commit 7829730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/paddle/hapi/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import zipfile
from paddle.utils.download import get_path_from_url

DEFAULT_BRANCH = 'main'
DEFAULT_CACHE_DIR = '~/.cache'
VAR_DEPENDENCY = 'dependencies'
MODULE_HUBCONF = 'hubconf.py'
Expand Down

1 comment on commit 7829730

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.