Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#186)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.10b0 → 21.12b0](psf/black@21.10b0...21.12b0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Dec 7, 2021
1 parent 7c43249 commit b8acbbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
additional_dependencies: [toml]
exclude: docs/pages
- repo: https://github.com/psf/black
rev: "21.10b0"
rev: "21.12b0"
hooks:
- id: black
- repo: https://github.com/kynan/nbstripout
Expand Down
1 change: 0 additions & 1 deletion src/corner/arviz_corner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def _get_labels(plotters, labeller=None):
for var_name, selection, _ in plotters
]


except ImportError:
from arviz.labels import BaseLabeller
from arviz.sel_utils import xarray_to_ndarray, xarray_var_iter
Expand Down

0 comments on commit b8acbbe

Please sign in to comment.