Skip to content

Commit 74fa52d

Browse files
committed
Remove unicode literal
1 parent 0218ea6 commit 74fa52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpath/segments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def match(segments, glob):
221221
if isinstance(s, bytes):
222222
g = b'*'
223223
else:
224-
g = u'*'
224+
g = '*'
225225

226226
# Let's see if the glob matches. We will turn any kind of
227227
# exception while attempting to match into a False for the

0 commit comments

Comments
 (0)