Skip to content

Commit

Permalink
remove missing import in module.yuzu
Browse files Browse the repository at this point in the history
  • Loading branch information
triwinds committed Nov 5, 2022
1 parent a1547f5 commit c9f35f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys


current_version = '0.1.6'
current_version = '0.1.6-fix1'


console = logging.StreamHandler()
Expand Down
3 changes: 1 addition & 2 deletions module/yuzu.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
import py7zr

from config import config, dump_config
from module.common import get_firmware_infos, get_keys_info, download_keys_by_name
from module.downloader import download
from module.msg_notifier import send_notify
from repository.yuzu import get_latest_yuzu_release_info, get_yuzu_release_info_by_version
from repository.yuzu import get_yuzu_release_info_by_version
from utils.network import get_finial_url


Expand Down

0 comments on commit c9f35f2

Please sign in to comment.