Skip to content

Commit

Permalink
Move comment back to its relevant line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 5, 2024
1 parent 3d97c34 commit ccaee10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def _fetch_build_eggs(dist):


def setup(**attrs):
# Make sure we have any requirements needed to interpret 'attrs'.
logging.configure()
# Make sure we have any requirements needed to interpret 'attrs'.
_install_setup_requires(attrs)
return distutils.core.setup(**attrs)

Expand Down

0 comments on commit ccaee10

Please sign in to comment.