ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

Use of metaclasses in `logging.py` can be updated #262

Open pacrob opened 9 months ago

pacrob commented 9 months ago

What happened?

The _BaseHasLogger and _BaseHasExtendedDebugLogger should no longer be necessary. Update the main class as noted.