faif / python-patterns

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

Fixing issues #401

Closed LuMiSxh closed 2 years ago

LuMiSxh commented 2 years ago

This should:

I fixed the inheritance problem in observer.py and the missing argument in specification.py. This pr also includes typehints for all files.

faif commented 2 years ago

Hi. Thanks for the pull request. Please check the linter errors