An edge case issue was identified within the sportsdataverse.cfb.cfb_teams() function, where python would throw a'module' object is not callable error for the user.
A solution to fix this issue, involves renaming the function to sportsdataverse.cfb.get_cfb_teams(), to avoid this specific error to happen.
An edge case issue was identified within the sportsdataverse.cfb.cfb_teams() function, where python would throw a
'module' object is not callable error
for the user.A solution to fix this issue, involves renaming the function to sportsdataverse.cfb.get_cfb_teams(), to avoid this specific error to happen.