From 8582dd08236a6807bc574192ad8fbf909779c2d2 Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Wed, 26 Aug 2020 11:39:44 -0600 Subject: [PATCH] Formatting was failing for some versions of black There was one docstring that was being triggered as a failure with python 3.7.8 and black 20.8b1 but was passing in other environments so it wasn't caught in the previous round of updating tests. --- pop_tools/region_masks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pop_tools/region_masks.py b/pop_tools/region_masks.py index 18277aba..d84c966e 100644 --- a/pop_tools/region_masks.py +++ b/pop_tools/region_masks.py @@ -132,8 +132,7 @@ def _verify_region_def_schema(region_defs): def _get_region_defititions(ds, grid_name, mask_name): - """Return the region mask definition from `region_mask_definitions.yaml`. - """ + """Return the region mask definition from `region_mask_definitions.yaml`.""" if mask_name == 'default': grid_attrs = grid_defs[grid_name]