How to Solve NameError: name 'check_call' is not defined -- git_remote_helpers

Solution: Import the 'check_call' module

# Add the following line to the top of your code
from git_remote_helpers.util import check_call

 

For more information:
git_remote_helpers check_call