Skip to content

Commit

Permalink
Minor aesthetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sevisal committed Dec 19, 2023
1 parent bb4f54f commit c40ef35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/vai_lab/DataProcessing/plugins/RGBprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
from vai_lab._import_helper import rel_to_abs

_PLUGIN_READABLE_NAMES = {"RGBprocessing": "default",
"rgbprocessing": "alias",} # type:ignore
_PLUGIN_MODULE_OPTIONS = {"Type": "Other"} # type:ignore
"rgbprocessing": "alias",} # type:ignore
_PLUGIN_MODULE_OPTIONS = {"Type": "Other"} # type:ignore
_PLUGIN_REQUIRED_SETTINGS = {} # type:ignore
_PLUGIN_OPTIONAL_SETTINGS = {} # type:ignore
_PLUGIN_OPTIONAL_SETTINGS = {} # type:ignore
_PLUGIN_REQUIRED_DATA = {} # type:ignore
_PLUGIN_OPTIONAL_DATA = {} # type:ignore
_PLUGIN_OPTIONAL_DATA = {} # type:ignore

class RGBprocessing(DataProcessingT):
"""
Class RGB_data points at the moment at average RGB values only
"""

def __init__(self, config = {}, data_in = [None], ini = False):
"""Initialises parent class.
"""Initialises parent class.
Passes `globals` dict of all current variables
"""
super().__init__(globals())
Expand Down

0 comments on commit c40ef35

Please sign in to comment.