glob._collapse -> glob.collapse
This commit is contained in:
parent
d1b49fb89a
commit
839debff93
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
def _collapse(pattern: str) -> str:
|
||||
def collapse(pattern: str) -> str:
|
||||
out = ""
|
||||
i = 0
|
||||
while i < len(pattern):
|
||||
|
|
Loading…
Add table
Reference in a new issue