Skip to content

Commit

Permalink
Run black.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 26, 2024
1 parent a86fd30 commit 196075d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions cubids/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Console script for cubids."""

import argparse
import logging
import os
Expand Down
1 change: 1 addition & 0 deletions cubids/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Constants for CuBIDS."""

# Names of identifier variables.
# Used to place KeyGroup and ParamGroup at the beginning of a dataframe,
# but both are hardcoded in the relevant function.
Expand Down
1 change: 1 addition & 0 deletions cubids/cubids.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Main module."""

import csv
import json
import os
Expand Down
1 change: 1 addition & 0 deletions cubids/metadata_merge.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tools for merging metadata."""

import json
from collections import defaultdict
from copy import deepcopy
Expand Down
1 change: 1 addition & 0 deletions cubids/tests/test_bond.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for `cubids` package."""

import json
import os
import subprocess
Expand Down
1 change: 1 addition & 0 deletions cubids/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions for CuBIDS' tests."""

import hashlib
import json
import os
Expand Down
1 change: 1 addition & 0 deletions cubids/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Miscellaneous utility functions for CuBIDS."""

import re
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions cubids/validator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Methods for validating BIDS datasets."""

import glob
import json
import logging
Expand Down
1 change: 1 addition & 0 deletions cubids/workflows.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""First order workflows in CuBIDS."""

import json
import logging
import os
Expand Down

0 comments on commit 196075d

Please sign in to comment.