Skip to content

Commit

Permalink
Merge branch 'master' of github.com:viewflow/viewflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Nov 18, 2019
2 parents 27c1184 + 50e8faf commit de899af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewflow/flow/views/mixins.py
Expand Up @@ -104,7 +104,7 @@ def __init__(self, *args, **kwargs):
"""
Instantiate a view.
:param ns_map: Dict{'flow_namespace': flow_class}
:param ns_map: Dict{flow_class : 'flow_namespace'}
"""
self.ns_map = kwargs.get('ns_map', {})
super(FlowListMixin, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit de899af

Please sign in to comment.