mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-02 05:46:25 -06:00
Resolve F901 errors
This commit is contained in:
parent
38b245700a
commit
0398b5fed1
@ -186,13 +186,13 @@ class AvailableObjectsView(ObjectValidationMixin, APIView):
|
||||
"""
|
||||
Return the parent object.
|
||||
"""
|
||||
raise NotImplemented()
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_available_objects(self, parent, limit=None):
|
||||
"""
|
||||
Return all available objects for the parent.
|
||||
"""
|
||||
raise NotImplemented()
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_extra_context(self, parent):
|
||||
"""
|
||||
|
@ -50,4 +50,4 @@ class DataBackend:
|
||||
2. Yields the local path at which data has been replicated
|
||||
3. Performs any necessary cleanup
|
||||
"""
|
||||
raise NotImplemented()
|
||||
raise NotImplementedError()
|
||||
|
Loading…
Reference in New Issue
Block a user