Make alembic a known third part for isort

This commit is contained in:
Luke Van Seters 2021-12-14 13:09:02 -05:00
parent 2c251fb72e
commit 8b6bf7d76d

View File

@ -71,4 +71,5 @@ src_paths = ["mev_inspect", "tests"]
skip_glob = ["*/setup.py"] skip_glob = ["*/setup.py"]
filter_files = true filter_files = true
known_first_party = "mev_inspect" known_first_party = "mev_inspect"
known_third_party = "alembic"
py_version=39 py_version=39