tomasbedrich / pycaching

A Python 3 interface for working with Geocaching.com website.
https://pycaching.readthedocs.io/
GNU Lesser General Public License v3.0
61 stars 46 forks source link

Fix for loading trackables without a type #190

Closed FriedrichFroebel closed 2 years ago

FriedrichFroebel commented 2 years ago

Fixes #185. Due to #186, the corresponding tests have been moved to a new test case.

Additionally, it seems like black did not pin click, leading to some CI errors. If this PR has been merged, I might have a look at #161 as well to finally include the fix.