Files @ cbd50af302e6
Branch filter:

Location: NPO-Accounting/conservancy_beancount/tests/__init__.py

Brett Smith
rtutil: Explicit fspath cast to avoid a Py3.6 typecheck issue.

On Py3.6, either sqlite3.connect() doesn't take a path-like object,
or the type stubs don't know that.