You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-impl/src/main/java/com/jetbrains/python/impl/inspections/unresolvedReference/PyUnresolvedReferencesInspection.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -558,10 +558,10 @@ else if (canonicalName.equals(ignored)) {
558
558
// TODO: mark the node so that future references pointing to it won't result in a error, but in a warning
559
559
}
560
560
}
561
-
if (referenceinstanceofPsiReferenceExreferenceEx && description == LocalizeValue.empty()) {
561
+
if (referenceinstanceofPsiReferenceExreferenceEx && description.isEmpty()) {
0 commit comments