Skip to content

Commit 12bf6b9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 02a6878 commit 12bf6b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

networking_flow/dinic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def max_flow(self, source: int, sink: int) -> int:
113113

114114

115115
if __name__ == "__main__":
116-
117116
dn = Dinic(6)
118117
edges = [
119118
(0, 1, 16),

0 commit comments

Comments
 (0)