M
M
Maxim2016-07-01 16:55:32
Python
Maxim, 2016-07-01 16:55:32

What does PyCharm swear at: "Unused import statement less"?

Hello!
Tell me what PyCharm swears at: "Unused import statement less"
Wrote code in the IDLE python itself (Python 3.4 GUI), threw it into PyCharm:
from tkinter import * - everything is fine, but
from math import * - underlined, and became gray . Writes "Unused import statement less"
the code as a whole works, which is why I would like to disassemble and understand what is wrong.
I am newbie. :-) Win/Python 3.4 system
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2016-07-01
@Animaxwell

Do not use * until you know for sure that you need all the modules from the package,
paycharm told you that you imported the module and do not use it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question