# Objective
If an import is missing from the module it currently just unwraps and
panics without any explanations.
# Solution
Don't unwrap and bubble up the error instead.
The error reporting is a bit weird because it just points at the start
of the file and I'm not sure how to improve it.
---------
Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>