You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some python files (such as prototype_2/testmodel.py) contain variables like labelbuffer
these should be in snake_case (label_buffer) instead for instance.
Some python files (such as prototype_2/testmodel.py) contain variables like
labelbufferthese should be in snake_case (label_buffer) instead for instance.