From 61863de41db5375f77b3585644ee6195d3dcf208 Mon Sep 17 00:00:00 2001 From: Daniel Poppleton <111403332+dpopleton@users.noreply.github.com> Date: Mon, 26 Sep 2022 04:48:45 -0400 Subject: [PATCH] Update test_api.py --- tests/test_api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_api.py b/tests/test_api.py index ad2db065..02bbcc3a 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -13,8 +13,6 @@ Unit tests for api module """ -from ensembl.production.metadata.api import load_database - def test_load_database(): """Test api.load_database function"""