Skip to content

Commit cf865b4

Browse files
committed
chore(cli): remove verbose docstring to keep reviewers happy
1 parent 284cc03 commit cf865b4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/cli/pytest_commands/processors.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,7 @@ class HiveEnvironmentProcessor(ArgumentProcessor):
7575
"""Processes Hive environment variables for consume commands."""
7676

7777
def __init__(self, command_name: str):
78-
"""
79-
Initialize the processor with command name to determine plugin.
80-
81-
Args:
82-
command_name: The command name to determine which plugin to load.
83-
84-
"""
78+
"""Initialize the processor with command name to determine plugin."""
8579
self.command_name = command_name
8680

8781
def process_args(self, args: List[str]) -> List[str]:

0 commit comments

Comments
 (0)