mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
17444 cleanup
This commit is contained in:
parent
3082b20bf5
commit
4a57d36c90
@ -101,7 +101,6 @@ class JobRunner(ABC):
|
||||
parameters.
|
||||
"""
|
||||
name = kwargs.pop('name', None) or cls.name
|
||||
|
||||
return Job.enqueue(cls.handle, name=name, *args, **kwargs)
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user