Skip to content

Commit

Permalink
Remove long-line comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 18, 2023
1 parent 56aee03 commit a3c066d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion importlib_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ def _top_level_inferred(dist):
return filter(
None,
{
# this logic relies on the assumption that dist.files only contains files (not directories)
inspect.getmodulename(f) if len(f.parts) == 1 else f.parts[0]
for f in always_iterable(dist.files)
},
Expand Down

0 comments on commit a3c066d

Please sign in to comment.