Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 31, 2023
1 parent 8424d5f commit c7cf46c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion morpheus/llm/task_handlers/simple_task_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SimpleTaskHandler(LLMTaskHandler):
Parameters
----------
output_columns : list[str], optional
The list of columns to copy from the `LLMContext` instance to the DataFrame. If `None`, defaults to
The list of columns to copy from the `LLMContext` instance to the DataFrame. If `None`, defaults to
`["response"]`.
"""

Expand Down
2 changes: 0 additions & 2 deletions tests/llm/task_handlers/test_simple_task_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

import pytest

import cudf

from _utils.dataset_manager import DatasetManager
from _utils.llm import execute_task_handler
from morpheus._lib.messages import MessageMeta as MessageMetaCpp
Expand Down
2 changes: 0 additions & 2 deletions tests/llm/task_handlers/test_simple_task_handler_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

import pytest

import cudf

from _utils import assert_results
from _utils.dataset_manager import DatasetManager
from morpheus.config import Config
Expand Down

0 comments on commit c7cf46c

Please sign in to comment.