I noticed when trying to add a test for BadEdgeException that there were 2 flake8 warnings. I added flake8 to run in the CI and then fixed the two warnings.
Coverage remained the same at 96.774% when pulling bd5ae82ae2fec2ea4d9bdf7ff80b19f0e423a12d on add-flake-8 into 376d0ab4c497d0905235fe4a6b9054d1bb002696 on master.
I noticed when trying to add a test for
BadEdgeException
that there were 2 flake8 warnings. I added flake8 to run in the CI and then fixed the two warnings.