Skip to content

Change detectDataType to return only data type

Kien Le requested to merge feature-detectDataType_return_only_data_type into master

Currently, detectDataType returns a tuple of data type and the channel that was used to detect the data type. This merge request changes detectDataType to return only the data type. This change makes the function's name matches its effect better, and also remove the unused channel return value. #30 (closed).8

Edited by Kien Le

Merge request reports