From cb8fa373e78c61bfd35e0e2ef128ac971be9b84f Mon Sep 17 00:00:00 2001 From: "Gary E. Deschaines" Date: Wed, 20 Dec 2023 16:57:02 -0600 Subject: [PATCH] Just a blank line --- propNav.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/propNav.py b/propNav.py index f4d6de8..7f188e3 100644 --- a/propNav.py +++ b/propNav.py @@ -1421,7 +1421,8 @@ def anim3D(n): i = i + 1 if SHOW_ANIM: - # Display location of actual or missed intercept. + + # Display location of actual or missed intercept. fig3D.canvas.restore_region(bckgrnd) for a in (anim3D(istop)): ax3D.draw_artist(a)