mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix up schema migration; PEP8 cleanup
This commit is contained in:
@@ -662,7 +662,6 @@ class JobResult(models.Model):
|
||||
|
||||
self.save()
|
||||
|
||||
|
||||
@classmethod
|
||||
def enqueue_job(cls, func, name, obj_type, user, *args, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user