Skip to content

Commit

Permalink
fix: Add type ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Oct 29, 2024
1 parent 952a6d0 commit 5527306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/viur/toolkit/importer/importable.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,9 @@ def do_clear(
# types from viur-core prototypes

moduleName: str
onAdd: types.MethodType
onEdit: types.MethodType
onDelete: types.MethodType
onAdded: types.MethodType
onEdited: types.MethodType
onDeleted: types.MethodType
Expand Down

0 comments on commit 5527306

Please sign in to comment.