-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[GCI Ideas] Remove unused imports from classes #3201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@neslihanturan @ashishkumar468 @nicolas-raoul please tell if this is a good task for GCI. |
good for CGI
…On Fri, 8 Nov 2019, 22:38 Yash Khare, ***@***.***> wrote:
@neslihanturan <https://github.com/neslihanturan> @ashishkumar468
<https://github.com/ashishkumar468> @nicolas-raoul
<https://github.com/nicolas-raoul> please tell if this is a good task for
GCI.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3201?email_source=notifications&email_token=AAAYKBRUWHPDQ7I7ZRTUQS3QSVTWRA5CNFSM4JKXLEWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDR6XRI#issuecomment-551807941>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYKBRGD2X2O6ECK7RSXRLQSVTWRANCNFSM4JKXLEWA>
.
|
Can I work on this issue? |
@GearGit this is a GCI task. So if you are a GCI student, please wait till December 2nd to officially claim the task and then start working on it. |
@GearGit Thanks for your comprehension :-) |
No problem, I will revisit this issue after 2nd December. |
Working on it |
All the best @m-alzam. Let me know if you face any difficulties. |
Summary:
Currently, some classes contain unused imports. To improve code quality and make the app-building faster, these unused imports should be removed.
A few files that contain unused imports are:
Similarly, go through other classes and remove all unused imports. Unused imports show up in a dull gray color when the file is opened in android studio, unlike used imports which appear in white color.
Would you like to work on the issue?
Opening for GCI
The text was updated successfully, but these errors were encountered: