Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08d3283

Browse files
committed
Remove argument which is the same as the default
1 parent639c649 commit08d3283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bpython/importcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def attr_matches(
101101

102102
defmodule_attr_matches(self,name:str)->Set[str]:
103103
"""Only attributes which are modules to replace name with"""
104-
returnself.attr_matches(name,prefix="",only_modules=True)
104+
returnself.attr_matches(name,only_modules=True)
105105

106106
defcomplete(self,cursor_offset:int,line:str)->Optional[Set[str]]:
107107
"""Construct a full list of possibly completions for imports."""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp