Skip to content

Commit c3b80eb

Browse files
committed
⚫ Fade to black.
1 parent 650996f commit c3b80eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

importlib_metadata/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ def __repr__(self):
299299
signal that we deviate from regular tuple behavior.
300300
"""
301301
return '%s(%r)' % (self.__class__.__name__, tuple(self))
302-
303-
302+
304303
def select(self, **params):
305304
"""
306305
Select entry points from self that match the

0 commit comments

Comments
 (0)