We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d212a2 + 0f99058 commit fff36e7Copy full SHA for fff36e7
ciw/deadlock/deadlock_detector.py
@@ -1,7 +1,7 @@
1
import networkx as nx
2
3
4
-class NoDetection(object):
+class NoDetection:
5
"""
6
A generic class for all deadlock detector classes to inherit from.
7
Using this class is equivalent to having no deadlock detection
0 commit comments