Skip to content

fix for import to foreward arguments more natively

Lee McCuller requested to merge lee-mcculler/guardian:fix_imports into master

Fix for issue #3 (closed) The default arguments into the builtin import function must be different on different python versions or something. I refactored to natively pass the arguments and it seems to fix the issue.

Merge request reports