ianfhunter / GNOLL

Missing class docstring PY-D0002
Documentation
Minor
5 months ago2 years old
Docstring missing for class bdist_wheel
10try:
11    from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
12
13    class bdist_wheel(_bdist_wheel):14
15        def finalize_options(self):
16            _bdist_wheel.finalize_options(self)