Skip to content

Commit d3df20e

Browse files
committed
remove noqa
1 parent 4d5df51 commit d3df20e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/diffpy/fourigui/fourigui.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def initUI(self):
4343

4444
print("\nNew Session started ...")
4545
print(
46-
"Enjoy exploring the beautiful reconstructions in real and in reciprocal space!" # noqa: E501
46+
"Enjoy exploring the beautiful reconstructions in real and in "
47+
"reciprocal space!"
4748
)
4849

4950
# 4 frames:
@@ -606,7 +607,8 @@ def animation(self):
606607
anispeed = self.anientry.get()
607608
except ValueError:
608609
print(
609-
"Oops... animation speed must be an integer > 0 or empty string." # noqa: E501
610+
"Oops... animation speed must be an integer > 0 "
611+
"or empty string."
610612
)
611613
n = self.plane_num.get() - 1
612614
while n is not self.plane_num.get():

0 commit comments

Comments
 (0)