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 adb0b39 commit f68b577
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_digraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the 'znflow.DiGraph' class."""

import znflow


Expand Down
1 change: 1 addition & 0 deletions tests/test_external_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
These nodes are not run but only used as a source of data.
"""

import dataclasses

import znflow
Expand Down
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the 'znflow.utils' module."""

import pytest

from znflow import utils
Expand Down
1 change: 1 addition & 0 deletions tests/test_znflow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the 'znflow' package."""

import znflow


Expand Down
1 change: 1 addition & 0 deletions znflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The 'ZnFlow' package."""

import contextlib
import importlib.metadata
import logging
Expand Down
1 change: 0 additions & 1 deletion znflow/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""ZnFlow exceptions."""


class ConnectionAttributeError(AttributeError):
"""Raised when a connection attribute is not found."""
1 change: 1 addition & 0 deletions znflow/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utils of the 'ZnFlow' package."""

import abc
import functools

Expand Down
1 change: 1 addition & 0 deletions znflow/visualize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The 'ZnFlow' visualization module."""

import math

import networkx as nx
Expand Down

0 comments on commit f68b577

Please sign in to comment.