Skip to content

Commit b9d6e2d

Browse files
committed
remove-comment
1 parent dba1cd6 commit b9d6e2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

IPython/core/completer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,6 @@ def attr_matches(self, text):
11371137
def _attr_matches(
11381138
self, text: str, include_prefix: bool = True
11391139
) -> tuple[Sequence[str], str]:
1140-
# Extract only the right-hand side part of the text after '='
11411140
m2 = self._ATTR_MATCH_RE.match(text)
11421141
if not m2:
11431142
return [], ""

0 commit comments

Comments
 (0)