Skip to content

Commit

Permalink
Update docs/dev/jobs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Drew <[email protected]>
  • Loading branch information
Kircheneer and jdrew82 authored Nov 27, 2024
1 parent 7c02b76 commit 50aeaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ from nautobot_ssot.jobs.base import DataSource
from nautobot.apps.jobs import Job, register_jobs
from tutorial_ssot_app.ssot.adapters import MySSoTRemoteAdapter, MySSoTNautobotAdapter

class TutorialDataSource(DataSource, Job):
class TutorialDataSource(DataSource):
class Meta:
name = "Example Data Source"

Expand Down

0 comments on commit 50aeaf5

Please sign in to comment.