fix: remove unnecessary docstring

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
diff --git a/python/private/py_wheel.bzl b/python/private/py_wheel.bzl
index b4fbf4b..ab119bf 100644
--- a/python/private/py_wheel.bzl
+++ b/python/private/py_wheel.bzl
@@ -25,14 +25,6 @@
 )
 
 def _requirements_collector_impl(_, ctx):
-    """Aspect to collect third-party dependencies.
-
-    Args:
-        _: The bazel target the aspect is applied to.
-        ctx: The aspect context.
-    Returns: RequirementsInfo
-    """
-
     requirement = None
     if hasattr(ctx.rule.attr, "tags"):
         pypi_name = None