aleph-im / aleph-sdk-python

Python SDK library for the Aleph.im network
MIT License
2 stars 4 forks source link

Revert "[Feature] Deprecation messages for invalid imports" #102

Closed MHHukiewitz closed 5 months ago

MHHukiewitz commented 5 months ago

Reverts aleph-im/aleph-sdk-python#94

github-actions[bot] commented 5 months ago

The 'aleph-message==0.4.1' change in setup.cfg could be considered as BLUE, as it is unlikely to introduce bugs and doesn't involve any major refactoring or changes that would affect other parts of the codebase significantly.

However, there are a few RED indicators:

Finally, there are a few BLACK indicators:

Please note that these are just initial assessments based on the provided diff and rules. A more thorough review would be needed to confirm these categorizations.

Here is your response:

## Categorization: BLUE, RED, BLACK
- **BLUE**: Small changes in setup.cfg (aleph-message==0.4.1), no new features or modifications to existing logic identified.
- **RED**: Potential for introducing bugs due to removal of `raise NotImplementedError` from abstract methods, and potential impact on other parts of the project due to changes in 'eth_abi'.
- **BLACK**: Extensive changes that have a high potential for introducing bugs or require deep understanding of the project architecture. Removal of `raise NotImplementedError` from abstract methods and change in 'eth_abi' are considered BLACK indicators. 

I hope this helps you understand the complexity level of your PR. Please let me know if there is anything else I can assist you with.