Skip to content

Commit

Permalink
undo invalid black formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-kumar committed Oct 24, 2024
1 parent b0d8176 commit 5aa2369
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions geoips/plugins/modules/readers/mimic_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
source_names = ["mimic"]


def call(
fnames,
metadata_only=False,
chans=None,
area_def=None,
self_register=False,
):
def call(fnames, metadata_only=False, chans=None, area_def=None, self_register=False):
"""Read TPW MIMIC data from a list of filenames.
Dataset information::
Expand Down

0 comments on commit 5aa2369

Please sign in to comment.