From 6886bdcd1bddfe652797ced8ed474449f1a37712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Sat, 14 Feb 2026 22:07:47 -0300 Subject: [PATCH] minor cleanup --- libraries/wrappers/earn_gateio.py | 3 --- 1 file changed, 3 deletions(-) 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