Skip to content

Commit

Permalink
Remove clean screen (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotrevisani authored Sep 21, 2023
1 parent 6f086f0 commit 3562b28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grayskull/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import requests
from colorama import Fore, Style, init
from colorama.ansi import clear_screen

import grayskull
from grayskull.base.factory import GrayskullFactory
Expand Down Expand Up @@ -273,7 +272,6 @@ def main(args=None):
CLIConfig().list_missing_deps = args.list_missing_deps

print_msg(Style.RESET_ALL)
print_msg(clear_screen())

if getattr(args, "pypi_packages", None):
generate_recipes_from_list(args.pypi_packages, args)
Expand Down

0 comments on commit 3562b28

Please sign in to comment.