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 Oct 23, 2023
1 parent 10d8cbe commit b5ad309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sweets/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Main module to provide command line interface to the workflows."""

import sys

from .cli import main
Expand Down
1 change: 1 addition & 0 deletions src/sweets/_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# Custom output for this module:
logger.success("Something great happened: highlight this success")
"""

import logging
import time
from collections.abc import Callable
Expand Down
1 change: 1 addition & 0 deletions src/sweets/_show_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
which was adapted from `sklearn.utils._show_versions`
which was adapted from `pandas.show_versions`
"""

from __future__ import annotations

import importlib
Expand Down

0 comments on commit b5ad309

Please sign in to comment.