Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
  • Loading branch information
deepsource-autofix[bot] authored Nov 17, 2024
1 parent eec2c09 commit 272d3a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion generateRandomContactNumbers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import random
import csv

'''This Program generates 1000 random numbers and store it into a csv file'''

Expand Down
1 change: 0 additions & 1 deletion generateRandomEmails.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import random
import string
import csv

# List of common First Names
first_names = [
Expand Down
3 changes: 0 additions & 3 deletions mouseMovements.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from selenium import webdriver
from chromedriver_py import binary_path
import pyautogui
import time


# svc = webdriver.ChromeService(executable_path=binary_path)
Expand Down

0 comments on commit 272d3a3

Please sign in to comment.