Skip to content

Commit

Permalink
clean up available_apps docstring (ie: Force argument no longer used)
Browse files Browse the repository at this point in the history
  • Loading branch information
khiron committed Apr 26, 2024
1 parent 71fb0b7 commit 8485390
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/cogent3/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@ def get_app_manager() -> stevedore.ExtensionManager:


def available_apps(name_filter: str | None = None) -> Table:
"""returns Table listing the available apps
Notes
-----
If force is set, the app_manager will refresh it's cache of apps.
"""
returns Table listing the available apps
"""
from cogent3.util.table import Table

Expand Down

0 comments on commit 8485390

Please sign in to comment.