Azure / Azure/azure-sdk-for-python
[bct] Fix module references in checker files
Open
breaking-changes-tool
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
The checker files have to have the following code currently to be able to reference types in _models.py:
```
sys.path.append(os.path.abspath("../../scripts/breaking_changes_checker"))
from _models import CheckerType
```
Check if we can remove this.
Contributor guide
Assessment
This issue has not been assessed yet.