mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
even when some existing imports offer the name in question, as quite often multiple stdlib and third-party modules define the same name. I've also restored functionality PyAddImportQuickFixTest after recent changes in it that precluded checks of individual import candidates.
5 lines
117 B
Python
5 lines
117 B
Python
from datetime import datetime
|
|
|
|
|
|
print(datetime)
|
|
<error descr="Unresolved reference 'time'">ti<caret>me</error>.time() |