Skip to content

Commit

Permalink
Fix black error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Dec 9, 2019
1 parent 3b233fa commit bd4d1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skidl/Bus.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def __init__(self, name, *args, **attribs):

# Add the bus to the circuit.
self.circuit = (
None
) # Bus won't get added if it's already seen as part of circuit.
None # Bus won't get added if it's already seen as part of circuit.
)
attribs[
"circuit"
] += self # Add bus to circuit. This also sets self.circuit again.
Expand Down

0 comments on commit bd4d1c4

Please sign in to comment.