Skip to content

Commit

Permalink
Merge pull request #224 from galenseilis/patch-4
Browse files Browse the repository at this point in the history
Node does need to explicitly inherit from object.
  • Loading branch information
geraintpalmer authored Jan 24, 2024
2 parents 0a05a20 + 407c6a4 commit 6525798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciw/arrival_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .individual import Individual


class ArrivalNode(object):
class ArrivalNode:
"""Class for the arrival node of the network.
See Also
Expand Down

0 comments on commit 6525798

Please sign in to comment.