Missing doc_string for ScopedSession's remove()

Issue #1715 resolved
Former user created an issue

For the method remove(self) in ScopedSession the doc_string is missing. Thus, the method doesn't appear in the API docs on the website.

Suggested fix: Add the doc_string

"""Dispose of the current contextual session."""

Comments (2)

  1. Log in to comment