Skip to content

Commit

Permalink
Remove unneeded docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
cfirth-nasa authored and asgibson committed Dec 18, 2024
1 parent 682d05c commit 6a3ff91
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions onair/services/service_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ class ServiceManager(Singleton):
Determine if an instance of the class exists
<SERVICE_NAME> : object
An instance of that service class
Methods
-------
get_services():
Returns dictionary of services and their functions.
"""

def __init__(self, service_dict=None):
Expand Down

0 comments on commit 6a3ff91

Please sign in to comment.