From d16bbf33a576bd81e3fa6d1ec97875e6a8b76cc1 Mon Sep 17 00:00:00 2001 From: rohannallamadge Date: Sun, 20 Oct 2024 12:19:46 +0530 Subject: [PATCH] Fix import organization based on review suggestion --- python/grass/jupyter/map3d.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/grass/jupyter/map3d.py b/python/grass/jupyter/map3d.py index 8995689a3f9..630be65e99e 100644 --- a/python/grass/jupyter/map3d.py +++ b/python/grass/jupyter/map3d.py @@ -236,5 +236,4 @@ def show(self): Image, display, ) # pylint: disable=import-outside-toplevel - display(Image(self._filename))