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 Mar 18, 2024
1 parent 88fd050 commit 2b1e1fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions phys2bids/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Main init for phys2bids package."""

from ._version import get_versions

__version__ = get_versions()["version"]
Expand Down
1 change: 1 addition & 0 deletions phys2bids/bids.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""BIDS functions for phys2bids package."""

import logging
import os
from csv import reader
Expand Down
1 change: 1 addition & 0 deletions phys2bids/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities for phys2bids package."""

import json
import logging
import os
Expand Down
1 change: 1 addition & 0 deletions phys2bids/viz.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Visualization functions for phys2bids package."""

import logging
import os

Expand Down

0 comments on commit 2b1e1fd

Please sign in to comment.