Skip to content

Commit 2c6f98f

Browse files
committed
Remove unused var
1 parent acb968f commit 2c6f98f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iaflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def __get_config(self):
131131
def set_builder_function(self, builder_function):
132132
self.builder_function = builder_function
133133

134-
def set_notifier_parameters(self, params: ParamsNotifier):
134+
def set_notifier_parameters(self, params):
135135
self.params_notifier = params
136136
self.notifier = NotifierCallback(**params)
137137

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="iaflow",
9-
version='2.1.5',
9+
version='2.1.6',
1010
author="Enmanuel Magallanes Pinargote",
1111
author_email="enmanuelmag@cardor.dev",
1212
description="This library help to create models with identifiers, checkpoints, logs and metadata automatically, in order to make the training process more efficient and traceable.",

0 commit comments

Comments
 (0)