1
0
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:
Jeremy Stretch
2020-07-06 10:44:36 -04:00
parent 6547a2bc50
commit 4ea4112490
4 changed files with 8 additions and 9 deletions

View File

@@ -662,7 +662,6 @@ class JobResult(models.Model):
self.save()
@classmethod
def enqueue_job(cls, func, name, obj_type, user, *args, **kwargs):
"""