Ignoring errors

Report a typo

You've written some code in file.py and now you run it through flake8. However, your code isn't finished: it contains an imported module that you don't use but intend to in the future. You don't want the imported but unused error in the output (the error code is F401). How can you tell flake8 to omit that?

Select one option from the list
___

Create a free account to access the full topic