Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No name 'to_table' in module 'kyu_6.array_to_html_table' kyu_6/array_to_html_table/ test_list_to_html_table.py 10 import allure 11 from utils.log_func import print_log 12 from kyu_6.array_to_html_table.to_table import to_table 13 Time to fix: 5 minutes no-name-in-module (E0611) Why is this an issue? No name %r in module %r Used when a name cannot be found in a module.
- Loading branch information