Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Anequit committed Apr 23, 2022
1 parent 8047426 commit 2cc3ed7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import subprocess
import sys
import time
import winreg

registry_keys = [(r"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AxInstSV\Start", 4, winreg.REG_DWORD),
Expand Down Expand Up @@ -176,7 +175,7 @@ def clean_system_junk() -> None:

print(" - System junk has been removed.")

def main():
def main() -> None:
menu = """
Options\t\t\t Descriptions
----------------------------------------------------------------------------------
Expand Down

0 comments on commit 2cc3ed7

Please sign in to comment.