Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 6, 2023
1 parent c7e188d commit 0215307
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 @@ -19,7 +19,7 @@ repos:
- '--py37-plus'

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black-jupyter

Expand Down
1 change: 0 additions & 1 deletion intake_thredds/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def __init__(
concat_kwargs=None,
metadata=None,
):

super().__init__(metadata=metadata)
self.urlpath = url
if 'simplecache::' in url:
Expand Down

0 comments on commit 0215307

Please sign in to comment.