From 610e02979df848c9898341a6a3ac13395fa1d0c2 Mon Sep 17 00:00:00 2001 From: Rajeev Jain Date: Thu, 19 Sep 2024 10:26:50 -0500 Subject: [PATCH] undo previous commit and add only precommit fix --- uxarray/core/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/uxarray/core/api.py b/uxarray/core/api.py index e6f9c41ee..204b10e31 100644 --- a/uxarray/core/api.py +++ b/uxarray/core/api.py @@ -61,7 +61,6 @@ def open_grid( >>> uxgrid = ux.open_grid("grid_filename.g") """ - if "source_grid" in kwargs.keys(): warn( "source_grid is no longer a supported kwarg",