Skip to content

Commit

Permalink
chore: update charm libraries (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <[email protected]>
  • Loading branch information
observability-noctua-bot and Github Actions authored Jan 24, 2023
1 parent 9196c48 commit 6e2afca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/charms/grafana_k8s/v0/grafana_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __init__(self, *args):

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 22
LIBPATCH = 23

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -1786,7 +1786,6 @@ def _handle_reactive_dashboards(self, event: RelationEvent) -> Optional[Dict]:
builtins = self._maybe_get_builtin_dashboards(event)

if not templates and not builtins:
logger.warning("NOTHING!")
return {}

dashboards = {}
Expand Down

0 comments on commit 6e2afca

Please sign in to comment.