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 bd4d1c4 commit 4358859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skidl/Part.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def __init__(
self.unit = {} # Dictionary for storing subunits of the part, if desired.
self.pins = [] # Start with no pins, but a place to store them.
self.name = (
name
) # Assign initial part name. (Must come after circuit is assigned.)
name # Assign initial part name. (Must come after circuit is assigned.)
)
self.description = "" # Make sure there is a description, even if empty.
self._ref = "" # Provide a member for holding a reference.
self.ref_prefix = "" # Provide a member for holding the part reference prefix.
Expand Down

0 comments on commit 4358859

Please sign in to comment.