Skip to content

Commit 7c817bd

Browse files
committed
Remove unused imports in updater module
1 parent dfb97a1 commit 7c817bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/updater.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
"""OTA update module - checks GitHub releases for newer versions."""
22

3-
import json
43
import os
54
import shutil
6-
import subprocess
75
import tempfile
86
from pathlib import Path
97
from typing import Optional, Tuple

0 commit comments

Comments
 (0)