diff --git a/libraries/wrappers/earn_gateio.py b/libraries/wrappers/earn_gateio.py index ea10c80..73acd61 100644 --- a/libraries/wrappers/earn_gateio.py +++ b/libraries/wrappers/earn_gateio.py @@ -2,13 +2,10 @@ https://www.gate.io/docs/developers/apiv4/#earnuni ''' -# Implement from scratch, gateio python connector is AWFUL. - import time import hashlib import hmac import requests -import json from credentials import get_api_key