Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 18, 2023
1 parent a8c606d commit c024577
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pygmt/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import webbrowser
from collections.abc import Iterable

import numpy as np
import pandas as pd
import xarray as xr
from pygmt.exceptions import GMTInvalidInput

Expand All @@ -34,7 +32,7 @@ def data_kind(data, x=None, y=None, z=None, required_z=False, optional_data=Fals
Parameters
----------
data : str or pathlib.Path or xarray.DataArray or {table-like} or None or bool
data : str, pathlib.PurePath, None, bool, xarray.DataArray or {table-like}
Pass in either a file name or :class:`pathlib.Path` to an ASCII data
table, an :class:`xarray.DataArray`, a 1-D/2-D
{table-classes} or an option argument.
Expand Down

0 comments on commit c024577

Please sign in to comment.