Closed LuMiSxh closed 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?
patterns/behavioral/observer.py
HexViewer
DecimalViewer
Observer
Hey, I'm currently working on expanding the type hints and noticed a mistake. In
patterns/behavioral/observer.py
, the classesHexViewer
andDecimalViewer
are supposed to innherit theObserver
-class, but dont. Should I fix it and open a pr?