Skip to content

Commit

Permalink
Apply autopep8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent e871984 commit 1d4be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassiopee/CPlot/apps/tkTransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def createApp(win):
B.grid(row=0, column=2, columnspan=1, sticky=TK.EW)
B.bind('<Return>', translate)
BB = CTK.infoBulle(parent=B, text='Translation vector.')

# - Translate from here to here -
B = TTK.Button(Frame, text="Translate by clicking", command=translateClick)
B.grid(row=1, column=0, columnspan=3, sticky=TK.EW)
Expand Down

0 comments on commit 1d4be56

Please sign in to comment.