Skip to content

Commit

Permalink
Merge branch 'master' into to
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jul 8, 2020
2 parents 6855b31 + 7e8e0d2 commit 71712ba
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sphinx_autosummary_accessors

# need to import so accessors get registered
import pintxarray # noqa: F401
import pint_xarray # noqa: F401

# -- Project information -----------------------------------------------------

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
from xarray import DataArray, Dataset, Variable

from pintxarray import conversion
from pint_xarray import conversion

from .utils import assert_array_equal, assert_array_units_equal, assert_equal

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exclude=

[isort]
default_section = THIRDPARTY
known_first_party = pintxarray
known_first_party = pint_xarray
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
Expand Down

0 comments on commit 71712ba

Please sign in to comment.