Skip to content

Commit c5af421

Browse files
ZedThreegithub-actions[bot]
authored andcommitted
Apply black changes
1 parent d63a6eb commit c5af421

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

fortdepend/fort_depend.py

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def __init__(
6060
use_preprocessor=True,
6161
verbose=False,
6262
):
63-
6463
if name is None:
6564
self.name = os.path.basename(os.getcwd())
6665
else:

fortdepend/graph.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Graph:
2020
"""
2121

2222
def __init__(self, tree, filename=None, format="svg", view=True):
23-
2423
if not has_graphviz:
2524
warnings.warn("graphviz not installed: can't make graph", RuntimeWarning)
2625
return

0 commit comments

Comments
 (0)