Update cabinets and document_index api views docstrings. Update multi level docstrings as per Python best practices.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
f44fbe5687
commit
de65d96fe2
@@ -22,7 +22,6 @@ def has_metadata_types(wizard):
|
||||
"""
|
||||
Skip the 2nd step if document type has no associated metadata
|
||||
"""
|
||||
|
||||
cleaned_data = wizard.get_cleaned_data_for_step(STEP_DOCUMENT_TYPE) or {}
|
||||
|
||||
document_type = cleaned_data.get('document_type')
|
||||
|
||||
Reference in New Issue
Block a user