| Conditions | 1 |
| Total Lines | 16 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | import re |
||
| 13 | def __init__(self, pr_number, committish): |
||
| 14 | self.pr_number = pr_number |
||
| 15 | self.committish = committish |
||
| 16 | # - keyed |
||
| 17 | # by |
||
| 18 | # version |
||
| 19 | # - status: open, merged |
||
| 20 | # - issue # => URL |
||
| 21 | # - title, description |
||
| 22 | # - author |
||
| 23 | # - tags |
||
| 24 | # - (approvers) |
||
| 25 | # |
||
| 26 | # |
||
| 27 | # - since(version) |
||
| 28 | pass |
||
| 29 | |||
| 82 |
This can be caused by one of the following:
1. Missing Dependencies
This error could indicate a configuration issue of Pylint. Make sure that your libraries are available by adding the necessary commands.
2. Missing __init__.py files
This error could also result from missing
__init__.pyfiles in your module folders. Make sure that you place one file in each sub-folder.