We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13512c commit b2e4a3bCopy full SHA for b2e4a3b
src/cli/pytest_commands/processors.py
@@ -75,13 +75,7 @@ class HiveEnvironmentProcessor(ArgumentProcessor):
75
"""Processes Hive environment variables for consume commands."""
76
77
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
+ """Initialize the processor with command name to determine plugin."""
85
self.command_name = command_name
86
87
def process_args(self, args: List[str]) -> List[str]:
0 commit comments