Skip to content

Commit

Permalink
fix(docs): remove reference to NFSRequires integration
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
NucciTheBoss committed Jul 9, 2024
1 parent fff9c94 commit 0ee8efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/charms/hpc_libs/v0/slurm_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class ApplicationCharm(CharmBase):
def __init__(self, *args, **kwargs) -> None:
super().__init__(*args, **kwargs)
# Charm events defined in the NFSRequires class.
self._slurm_manager = SlurmctldManager()
self.framework.observe(
self.on.install,
Expand Down

0 comments on commit 0ee8efb

Please sign in to comment.