Эх сурвалжийг харах

Add missing import of coerce_bool

Todd Lipcon 15 жил өмнө
parent
commit
b626a2f35a

+ 1 - 1
desktop/libs/hadoop/src/hadoop/conf.py

@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # limitations under the License.
 """Settings to configure your Hadoop cluster."""
 """Settings to configure your Hadoop cluster."""
-from desktop.lib.conf import Config, UnspecifiedConfigSection, ConfigSection, validate_path
+from desktop.lib.conf import Config, UnspecifiedConfigSection, ConfigSection, validate_path, coerce_bool
 import glob
 import glob
 import os
 import os
 import logging
 import logging