I've seen some other past posts about syntax errors with Import Toolbox, but I'm not sure what's causing the issue for me.
arcpy.ImportToolbox(r"C:\LAStools\ArcGIS_toolbox\LAStools.tbx")
I've tried it with the alias parameter filled out too, made sure there's an alias in ArcGIS Pro, but keep getting the following syntax error:
SyntaxError: expected '(' I honestly have no idea where an open parenthesis is supposed to go. Anyone know any fixes for this?