PR aimed at solving a circular import issue that Golam already raised in an Issue and PR.
However, here it likely solves the entire issue, just by moving the CompareTimingModels class from model_utils.py to timing.py, and thus removing the import models in model_utils.py.
I also ran black on the entire folder, which applied a lot of linting changes in many files.
PR aimed at solving a circular import issue that Golam already raised in an Issue and PR. However, here it likely solves the entire issue, just by moving the CompareTimingModels class from model_utils.py to timing.py, and thus removing the import models in model_utils.py.
I also ran black on the entire folder, which applied a lot of linting changes in many files.