Skip to content

Commit

Permalink
Automatically reformatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto-format Bot committed Oct 7, 2024
1 parent dcfa0e4 commit bcdd1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def list_detectors(self, page: int = 1, page_size: int = 10) -> PaginatedDetecto
)
return PaginatedDetectorList.parse_obj(obj.to_dict())

def _prep_create_detector( # noqa: PLR0913 # pylint: disable=too-many-arguments, too-many-locals
def _prep_create_detector( # noqa: PLR0913 # pylint: disable=too-many-arguments, too-many-locals
self,
name: str,
query: str,
Expand Down
2 changes: 1 addition & 1 deletion src/groundlight/experimental_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
from groundlight_openapi_client.model.channel_enum import ChannelEnum
from groundlight_openapi_client.model.condition_request import ConditionRequest
from groundlight_openapi_client.model.count_mode_configuration import CountModeConfiguration
from groundlight_openapi_client.model.multi_class_mode_configuration import MultiClassModeConfiguration
from groundlight_openapi_client.model.detector_group_request import DetectorGroupRequest
from groundlight_openapi_client.model.label_value_request import LabelValueRequest
from groundlight_openapi_client.model.multi_class_mode_configuration import MultiClassModeConfiguration
from groundlight_openapi_client.model.roi_request import ROIRequest
from groundlight_openapi_client.model.rule_request import RuleRequest
from groundlight_openapi_client.model.verb_enum import VerbEnum
Expand Down

0 comments on commit bcdd1d6

Please sign in to comment.