/import-linter-example

Code example for Python import linter written in my blog

Primary LanguagePython

Python Import Linter Example

This is a code example to demonstrate an edge case written in my blog post.

First, install dependencies specified in requirements.txt

pip install -r requirements.txt

Now run import linter to get the linting result.

lint-imports