glob._collapse -> glob.collapse

This commit is contained in:
jesopo 2020-06-29 10:30:59 +01:00
parent d1b49fb89a
commit 839debff93
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
def _collapse(pattern: str) -> str:
def collapse(pattern: str) -> str:
out = ""
i = 0
while i < len(pattern):