From 8660fac2bb3c59f62f20fcf2b304ed8e3477fcbb Mon Sep 17 00:00:00 2001 From: fintzd <35842457+fintzd@users.noreply.github.com> Date: Mon, 24 May 2021 13:28:01 +0200 Subject: [PATCH] fix: delete get_seed_trades.py (#134) * Delete get_seed_trades.py The request here is made with REST not WS, so it is not the correct place for this example. * Moved the file to where it belongs --- bfxapi/examples/{ws => rest}/get_seed_trades.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bfxapi/examples/{ws => rest}/get_seed_trades.py (100%) diff --git a/bfxapi/examples/ws/get_seed_trades.py b/bfxapi/examples/rest/get_seed_trades.py similarity index 100% rename from bfxapi/examples/ws/get_seed_trades.py rename to bfxapi/examples/rest/get_seed_trades.py