Skip to content

Commit

Permalink
Removed unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Jul 14, 2024
1 parent 517a2b7 commit 360e4b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions installation_instruction/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
# limitations under the License.

from sys import exit
from os.path import isfile, isdir
from subprocess import run
import platform

import click
from yaml import safe_dump

from .__init__ import __version__, __description__, __repository__, __author__, __author_email__, __license__
from .get_flags_and_options_from_schema import _get_flags_and_options
Expand Down
1 change: 0 additions & 1 deletion installation_instruction/installation_instruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from yaml import safe_load
import json
from jsonschema import validate, Draft202012Validator, exceptions
from jinja2 import Environment, Template
from jinja2.exceptions import UndefinedError

import installation_instruction.helpers as helpers
Expand Down

0 comments on commit 360e4b5

Please sign in to comment.