Skip to content

Commit

Permalink
Finish doing what I intended to do in the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aieri committed Dec 12, 2024
1 parent 46fa722 commit 6aa0774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def exporters(self) -> List[BaseExporter]:
HardwareExporter(
self.charm_dir,
self.model.config,
self.stored_tools,
stored_tools,
)
)

Expand Down

0 comments on commit 6aa0774

Please sign in to comment.