Skip to content

Commit

Permalink
reformat with black
Browse files Browse the repository at this point in the history
Latest version of black seems to have some formatting changes
  • Loading branch information
luator committed Jun 25, 2024
1 parent b7bf021 commit bb54cd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions breathing_cat/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Script to run breathing cat."""

import argparse
import logging
import pathlib
Expand Down
1 change: 1 addition & 0 deletions breathing_cat/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
License BSD-3-Clause
Copyright (c) 2021, New York University and Max Planck Gesellschaft.
"""

from __future__ import annotations

import collections.abc
Expand Down
1 change: 1 addition & 0 deletions breathing_cat/find_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Functions for auto-detecting the version of the package."""

from __future__ import annotations

import logging
Expand Down

0 comments on commit bb54cd9

Please sign in to comment.