Azure / Azure/azure-sdk-for-python

[bct] Fix module references in checker files

Open
#37,914 0 comments 0 reactions 1 assignee Claimed by @catalinaperalta View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.