Skip to content

Commit fff36e7

Browse files
Merge pull request #264 from galenseilis/tidy-no-object-needed
Remove inheriting from object
2 parents 7d212a2 + 0f99058 commit fff36e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciw/deadlock/deadlock_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import networkx as nx
22

33

4-
class NoDetection(object):
4+
class NoDetection:
55
"""
66
A generic class for all deadlock detector classes to inherit from.
77
Using this class is equivalent to having no deadlock detection

0 commit comments

Comments
 (0)