thingsapi/things.py

Monkey patch `# pragma: no cover`

Closed this issue · 3 comments

mikez commented

@AlexanderWillner This is obsolete right? I think we removed that code.

We've other instances like the following, don't we?

uri = link(uuid) # pragma: no cover

mikez commented

👌 You might fix it like this:
https://stackoverflow.com/a/46239371