Skip to content

Commit

Permalink
fixup: Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Bouni committed Jul 5, 2022
1 parent e3fcd77 commit ebf3bfb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions partdetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ def __init__(self, parent, part):
self.image = wx.StaticBitmap(
self,
wx.ID_ANY,
loadBitmapScaled(
"placeholder.png",
self.parent.scale_factor,
static=True
),
loadBitmapScaled("placeholder.png", self.parent.scale_factor, static=True),
wx.DefaultPosition,
HighResWxSize(parent.window, wx.Size(200, 200)),
0,
Expand Down

0 comments on commit ebf3bfb

Please sign in to comment.