faif / python-patterns

A collection of design patterns/idioms in Python
40.2k stars 6.93k forks source link

Issue with the observer pattern #398

Closed LuMiSxh closed 1 year ago

LuMiSxh commented 2 years ago

Hey, I'm currently working on expanding the type hints and noticed a mistake. In patterns/behavioral/observer.py, the classes HexViewer and DecimalViewer are supposed to innherit the Observer-class, but dont. Should I fix it and open a pr?