Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions storm/kommandr.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
from .parsers.storm_config_parser import get_storm_config
from . import __version__

# Function removed in 3.10 see https://docs.python.org/3/whatsnew/3.10.html#removed
collections.Callable = collections.abc.Callable

class AliasedSubParsersAction(argparse._SubParsersAction):

Expand Down