Skip to content

Commit 451613f

Browse files
committed
Add missing pass statement
1 parent e36467b commit 451613f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • netapp_dataops_k8s/netapp_dataops

netapp_dataops_k8s/netapp_dataops/k8s.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class AstraAppNotManagedError(Exception):
5555

5656
class AstraClusterDoesNotExistError(Exception):
5757
'''Error that will be raised when a cluster doesn't exist within Astra Control'''
58+
pass
5859

5960

6061
class ServiceUnavailableError(Exception):

0 commit comments

Comments
 (0)