If your function is in the module, try moving all the includes to be after using and import, which should always come first.
1 Like
If your function is in the module, try moving all the includes to be after using and import, which should always come first.