Skip to content

Commit

Permalink
removed unecessary variables
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 committed Mar 10, 2024
1 parent d21d5c4 commit bd9d7e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def banner() -> str:
╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝
"""

webdriver = None

def clear():
system('cls' if platform.system() == 'Windows' else 'clear')

Expand Down

0 comments on commit bd9d7e1

Please sign in to comment.