Improve type annotations in adapter pattern (#463)
Recent Commits to python-patterns:master
-
Improve type annotations in adapter pattern (#463)
-
Fixed an incorrect indentation. (#462)
Fixed an incorrect indentation. (#462)
-
improved docstring formatting and added safe return in factory method…
improved docstring formatting and added safe return in factory method (#457) * added default return value in get_localizer to prevent KeyError * cleaned up docstring formatting and removed unnecessary asterisks