ethereum / lahja

Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight inter-process communication, based on non-blocking asyncio
MIT License
394 stars 19 forks source link

Add missing decorators #138

Closed cburgdorf closed 5 years ago

cburgdorf commented 5 years ago

What was wrong?

@property decorators are missing in the base class

How was it fixed?

Added them

Cute Animal Picture

put a cute animal picture link inside the parentheses

cburgdorf commented 5 years ago

@pipermerriam I guess this went unnoticed because I mentioned it after I already approved the PR :)