Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Oct 18, 2023
1 parent 41351d7 commit 7162c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions juju/client/jujudata.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

API_ENDPOINTS_KEY = 'api-endpoints'


class NoModelException(Exception):
pass

Expand Down
2 changes: 2 additions & 0 deletions juju/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ class JujuUnitError(JujuError):
class JujuBackupError(JujuError):
pass


class PylibjujuProgrammingError(Exception):
pass


class JujuNotValid(JujuError):
def __init__(self, entity_type, entity_name):
self.entity_type = entity_type
Expand Down

0 comments on commit 7162c6d

Please sign in to comment.