Skip to content

Commit

Permalink
Removing not necessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Farravid committed Feb 29, 2024
1 parent 032bff6 commit 6c24b54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
import inquirer
import pyuac
from pathlib import Path
from enum import StrEnum
import common


class EInstaller(StrEnum):
class EInstaller():
"""
Enum class for providing an easier way to select the installer of a package/library/extension
"""
Expand Down

0 comments on commit 6c24b54

Please sign in to comment.