Shahrayar123 / Python-Projects

Basic Python projects, good first issue
330 stars 312 forks source link

Remove Unused datetime Import #230

Open Vinnixz opened 1 month ago

Vinnixz commented 1 month ago

I noticed that the datetime module is imported in the code but is not used anywhere. To keep the code clean and avoid unnecessary imports, we should remove the datetime import.

Details:

In the script, the following import is present: import datetime

However, there are no references to datetime in the rest of the code. Removing this import will help in maintaining the code's clarity and efficiency.

Suggested Action:

Please remove the line import datetime from the script.

Thank you!

bhavya2021245 commented 1 month ago

@Vinnixz can you please assign this issue to me

Vinnixz commented 1 month ago

@bhavya2021245 Sorry, but I can’t assign this issue to myself because I don’t have the necessary permissions.

E-Aghbari commented 2 weeks ago

@Vinnixz where can i locate the script ?

afreenpoly commented 1 week ago

@Vinnixz You forgot to mention in which the script file exists, only then can we solve this issue

muhd360 commented 1 week ago

lol