SPRKPY1074
File has mixed indentation (spaces and tabs).
Category
Description
def foo():
x = 5 # spaces
y = 6 # tab# EWI: SPRKPY1074 => File has mixed indentation (spaces and tabs).
# This file was not converted, so it is expected to still have references to the Spark API
def foo():
x = 5 # spaces
y = 6 # tabsRecommendations
Last updated
