Skip to content

Commit

Permalink
ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoffle committed Dec 17, 2020
1 parent 7643609 commit f7ad88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions baynet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

__version__ = "0.2.1"


class Graph(DAG):
"""Temporary thin wrapper to preserve old API."""

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run(self) -> None:
"pandas >= 0.25",
"protobuf",
"graphviz",
"pyparsing"
"pyparsing",
],
extras_require={
"dev": [
Expand Down

0 comments on commit f7ad88d

Please sign in to comment.