Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and neutrinoceros committed Jun 30, 2021
1 parent b3a14b5 commit 7a7eb8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion yt/data_objects/index_subobjects/grid_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ def retrieve_ghost_zones(self, n_zones, fields, all_levels=False, smoothed=False
return cube

def get_vertex_centered_data(
self, fields: List[Tuple[str, str]], smoothed: bool=True, no_ghost: bool=False
self,
fields: List[Tuple[str, str]],
smoothed: bool = True,
no_ghost: bool = False,
):
_old_api = isinstance(fields, (str, tuple))
if _old_api:
Expand Down

0 comments on commit 7a7eb8e

Please sign in to comment.