Skip to content

Commit 0502a92

Browse files
Merge pull request #2785 from lighting9999/path2
ruff fixes
2 parents 76bf649 + 21f4793 commit 0502a92

File tree

82 files changed

+176
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+176
-168
lines changed

.vscode/settings.json

Whitespace-only changes.

1 File handle/File handle text/question 5.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""Write a function in python to count the number of lowercase
22
alphabets present in a text file “happy.txt"""
33

4-
import time, os
4+
import time
5+
import os
56
from counter import Counter
67

78
print("You will see the count of lowercase, uppercase and total count of alphabets in provided file..")

AI Game/Tic-Tac-Toe-AI/tic tac

Lines changed: 0 additions & 1 deletion
This file was deleted.

AutoComplete_App/frontend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from tkinter import *
2-
from tkinter import messagebox
32
import backend
43

54

Automated Scheduled Call Reminders/caller.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# The project automates calls for people from the firebase cloud database and the schedular keeps it running and checks for entries
22
# every 1 hour using aps scedular
33
# The project can be used to set 5 min before reminder calls to a set of people for doing a particular job
4-
import os
54
from firebase_admin import credentials, firestore, initialize_app
65
from datetime import datetime, timedelta
7-
import time
86
from time import gmtime, strftime
9-
import twilio
107
from twilio.rest import Client
118

129
# twilio credentials

Automated Scheduled Call Reminders/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BlockingScheduler
1+
APScheduler
22
search
33
os
44
time
@@ -11,3 +11,4 @@ timedelta
1111
credentials
1212
firestore
1313
initialize_app
14+
Twilio

Bank Application .ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@
451451
],
452452
"source": [
453453
"def main():\n",
454-
" import getpass\n",
455454
" print(\"-------------------\".center(100))\n",
456455
" print(\"| Bank Application |\".center(100))\n",
457456
" print(\"-\"*100)\n",

Chrome Dino Automater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pyautogui # pip install pyautogui
2-
from PIL import Image, ImageGrab # pip install pillow
2+
from PIL import ImageGrab # pip install pillow
33

44
# from numpy import asarray
55
import time

CliYoutubeDownloader/CliYoutubeDownloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libraraies
22

3-
import pytubefix
43
import sys
4+
import pytube
55

66

77
class YouTubeDownloder:

CliYoutubeDownloader/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytubefix
1+
pytube

0 commit comments

Comments
 (0)