🐞 Problem
Isort and black are formatting import differently in coordinates/__init__.py
Referencing psf/black#127
Referencing reopened PyCQA/isort#694
Temporary Solution:
Add # isort: skip in front of the import.
Implemented in #176
🖥
Issue with the following versions:
isort v4.3.17
black v19.3b0
🎯 Goal
Remove the temporary fix of isort: skip in coordinates/__init__.py
💡 Possible solutions
Wait till the Issue is solved in Black or Isort
🐞 Problem
Isort and black are formatting import differently in
coordinates/__init__.pyReferencing psf/black#127
Referencing reopened PyCQA/isort#694
Temporary Solution:
Add # isort: skip in front of the import.
Implemented in #176
🖥
Issue with the following versions:
isort v4.3.17black v19.3b0🎯 Goal
Remove the temporary fix of isort: skip in
coordinates/__init__.py💡 Possible solutions
Wait till the Issue is solved in Black or Isort