Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
adding back reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
nharper285 committed Oct 3, 2023
1 parent 0781cf2 commit 7498357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/onefuzz/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,7 @@ def __init__(
client_secret=client_secret,
)
self.containers = Containers(self)
self.repro = Repro(self)
self.notifications = Notifications(self)
self.tasks = Tasks(self)
self.jobs = Jobs(self)
Expand Down

0 comments on commit 7498357

Please sign in to comment.