Because static method don't work on instances, this change eliminates the self that was present in the CRUD_USER static methods. This fixes the missing 1 required positional argument error that occurs when the static methods are called with the user argument provided
Because static method don't work on instances, this change eliminates the self that was present in the CRUD_USER static methods. This fixes the missing 1 required positional argument error that occurs when the static methods are called with the user argument provided