Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent 7eac3be commit 32bf4bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/uproot_browser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This is uproot-browser. There is no user accessible API; only a terminal
interface is provided currently.
"""

from __future__ import annotations

from ._version import version as __version__
Expand Down
1 change: 1 addition & 0 deletions src/uproot_browser/dirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This holds common functions for accessing a file, ROOT directories, and trees
split by colons.
"""

from __future__ import annotations

from typing import Any, Iterable
Expand Down
1 change: 0 additions & 1 deletion src/uproot_browser/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Custom exceptions for uproot-browser"""


from __future__ import annotations


Expand Down

0 comments on commit 32bf4bc

Please sign in to comment.