There was an error while loading. Please reload this page.
1 parent dfb97a1 commit 7c817bdCopy full SHA for 7c817bd
1 file changed
src/updater.py
@@ -1,9 +1,7 @@
1
"""OTA update module - checks GitHub releases for newer versions."""
2
3
-import json
4
import os
5
import shutil
6
-import subprocess
7
import tempfile
8
from pathlib import Path
9
from typing import Optional, Tuple
0 commit comments