From 078c729b147d1b1159ab07e4a97bfa0272e5b72f Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:53:31 +0000 Subject: [PATCH] [format-command] fixes --- pygmt/tests/test_grd2cpt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pygmt/tests/test_grd2cpt.py b/pygmt/tests/test_grd2cpt.py index a76ff66d9c0..59c1e4b7f42 100644 --- a/pygmt/tests/test_grd2cpt.py +++ b/pygmt/tests/test_grd2cpt.py @@ -4,11 +4,10 @@ import os import pytest -from pygmt import Figure +from pygmt import Figure, grd2cpt from pygmt.datasets import load_earth_relief from pygmt.exceptions import GMTInvalidInput from pygmt.helpers import GMTTempFile -from pygmt import grd2cpt @pytest.fixture(scope="module", name="grid")