Skip to content

Commit 7162c6d

Browse files
committed
Fix linter
1 parent 41351d7 commit 7162c6d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

juju/client/jujudata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
API_ENDPOINTS_KEY = 'api-endpoints'
1717

18+
1819
class NoModelException(Exception):
1920
pass
2021

juju/errors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ class JujuUnitError(JujuError):
8989
class JujuBackupError(JujuError):
9090
pass
9191

92+
9293
class PylibjujuProgrammingError(Exception):
9394
pass
9495

96+
9597
class JujuNotValid(JujuError):
9698
def __init__(self, entity_type, entity_name):
9799
self.entity_type = entity_type

0 commit comments

Comments
 (0)