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 Jan 29, 2024
1 parent 745fe88 commit d01b1fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/probeinterface/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module contains useful helper functions for generating probes.
"""

from __future__ import annotations
import numpy as np

Expand Down
1 change: 1 addition & 0 deletions src/probeinterface/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Neurodata Without Borders (.nwb)
"""

from __future__ import annotations
from pathlib import Path
from typing import Union, Optional
Expand Down
1 change: 1 addition & 0 deletions src/probeinterface/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
The gin platform enables contributions from users.
"""

from __future__ import annotations
import os
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions src/probeinterface/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Depending on Probe.ndim, the plotting is done in 2D or 3D
"""

from __future__ import annotations
import numpy as np
from matplotlib import path as mpl_path
Expand Down
1 change: 1 addition & 0 deletions src/probeinterface/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Some utility functions
"""

from __future__ import annotations
from importlib import import_module
from types import ModuleType
Expand Down
1 change: 1 addition & 0 deletions src/probeinterface/wiring.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Automatically set the `Probe.device_channel_indices` field.
"""

from __future__ import annotations
import numpy as np

Expand Down

0 comments on commit d01b1fd

Please sign in to comment.