mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix deprecation warning (issue #376)
This commit is contained in:
parent
14538053c8
commit
99e6598e70
@ -35,7 +35,7 @@ class ModelsList(UserList):
|
||||
|
||||
|
||||
class TaskModels(UserDict):
|
||||
_input_models_re = re.compile(r"((?i)(Using model id: )(\w+)?)")
|
||||
_input_models_re = re.compile(pattern=r"((?i)(Using model id: )(\w+)?)", flags=0)
|
||||
|
||||
@property
|
||||
def input(self):
|
||||
|
Loading…
Reference in New Issue
Block a user