python-patterns
python-patterns copied to clipboard
Issue with the observer pattern
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?