mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
PEP8 Fix
This commit is contained in:
parent
9b60d4676d
commit
470e48e79e
@ -27,6 +27,7 @@ __all__ = (
|
|||||||
|
|
||||||
logger = logging.getLogger('netbox.core.jobs')
|
logger = logging.getLogger('netbox.core.jobs')
|
||||||
|
|
||||||
|
|
||||||
class Job(models.Model):
|
class Job(models.Model):
|
||||||
"""
|
"""
|
||||||
Tracks the lifecycle of a job which represents a background task (e.g. the execution of a custom script).
|
Tracks the lifecycle of a job which represents a background task (e.g. the execution of a custom script).
|
||||||
|
Loading…
Reference in New Issue
Block a user