Skip to content

Commit

Permalink
Update setuptools/command/editable_wheel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 17, 2024
1 parent 8f2678e commit ac03f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setuptools/command/editable_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def run(self):
self._create_wheel_file(bdist_wheel)
except Exception:
traceback.print_exc()
# TODO: Pending fix for false-positive [attr-defined] in typeshed https://github.com/python/typeshed/pull/12467
project = self.distribution.name or self.distribution.get_name()
_DebuggingTips.emit(project=project)
raise
Expand Down

0 comments on commit ac03f3e

Please sign in to comment.