Skip to content

Commit

Permalink
Ignore this type rather than providing a model.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 26, 2023
1 parent 41f99ce commit 18c821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create_framework(self,
SQLiteStorage(data_fpath),
charm_dir,
meta=model._cache._meta if model else ops.CharmMeta(),
model=model)
model=model) # type: ignore
self.addCleanup(framework.close)
return framework

Expand Down

0 comments on commit 18c821b

Please sign in to comment.