Skip to content

Commit 6d771eb

Browse files
committed
small fix
1 parent 6aa6566 commit 6d771eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigate/model/plugins_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def load_plugin_acquisition_modes(
185185
return plugin_acquisition_modes
186186

187187
@staticmethod
188-
def load_plugin_features(self, feature_lists_path, plugin_path):
188+
def load_plugin_features(feature_lists_path, plugin_path):
189189
plugin_feature_list = os.path.join(plugin_path, "feature_list.py")
190190
if os.path.exists(plugin_feature_list):
191191
module = load_module_from_file("feature_list_temp", plugin_feature_list)

0 commit comments

Comments
 (0)