We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c12ce commit e67ca0bCopy full SHA for e67ca0b
2 files changed
src/diffpy/fourigui/__init__.py
@@ -15,7 +15,7 @@
15
"""Tool for visualizing 3D diffraction and PDF images."""
16
17
# package version
18
-from diffpy.fourigui.version import __version__
+from diffpy.fourigui.version import __version__ # noqa
19
20
# silence the pyflakes syntax checker
21
assert __version__ or True
src/diffpy/fourigui/version.py
@@ -7,7 +7,7 @@
7
# File coded by: Billinge Group members and community contributors.
8
#
9
# See GitHub contributions for a more detailed list of contributors.
10
-# https://github.com/diffpy/diffpy.fourigui/graphs/contributors
+# https://github.com/diffpy/diffpy.fourigui/graphs/contributors # noqa: E501
11
12
# See LICENSE.rst for license information.
13
0 commit comments