File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,3 +52,5 @@ test_results.txt
5252log.txt
5353smoke_retry * .txt
5454smoke_out.txt
55+ winget_out.txt
56+ flake8_log.txt
Original file line number Diff line number Diff line change 88from tkinter import messagebox
99import os
1010import sys
11- import uuid
12- import shutil
11+
12+
1313import ctypes
1414
1515
1919from switchcraft .utils .security import SecurityChecker
2020from switchcraft .services .ai_service import SwitchCraftAI
2121from switchcraft .services .notification_service import NotificationService
22+
2223from switchcraft .services .intune_service import IntuneService
2324from switchcraft .gui .views .intune_view import IntuneView
2425from switchcraft .gui .views .settings_view import SettingsView
Original file line number Diff line number Diff line change 11import customtkinter as ctk
22import logging
33from switchcraft .utils .i18n import i18n
4+ from switchcraft .utils .config import SwitchCraftConfig
45
56logger = logging .getLogger (__name__ )
67
You can’t perform that action at this time.
0 commit comments