'TypeError': 'module' object is not callable
Created by: sortedcord
While testing the export modules, I came across this error more specifically the test_export_default function. So I looked into the source code a bit deeper.
It turns out to be a small typo in the function. Here is the exact typo - File
Instead of passing the entire array as the mode, only the format variable should be used.