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 Jan 8, 2024
1 parent f84a91c commit e8b7067
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
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: 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 e8b7067

Please sign in to comment.