Issue with the observer pattern
LuMiSxh opened this issue · 0 comments
LuMiSxh commented
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?