Skip to content

Commit 6bb3d63

Browse files
committed
Use [''][:0] to declare a list of text.
1 parent 7b5797e commit 6bb3d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ class Prepared:
441441
normalized = ''
442442
prefix = ''
443443
suffixes = '.dist-info', '.egg-info'
444-
exact_matches = []
444+
exact_matches = [''][:0]
445445

446446
def __init__(self, name):
447447
self.name = name

0 commit comments

Comments
 (0)