Skip to content

Commit 7299ce8

Browse files
committed
Fix newline issue
1 parent 4e66296 commit 7299ce8

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
@@ -57,6 +57,7 @@ class AstraClusterDoesNotExistError(Exception):
5757
'''Error that will be raised when a cluster doesn't exist within Astra Control'''
5858
pass
5959

60+
6061
class ServiceUnavailableError(Exception):
6162
'''Error that will be raised when a service is not available'''
6263
pass

0 commit comments

Comments
 (0)