Skip to content

Commit e67ca0b

Browse files
committed
skpkg: resolve diff other files in src
1 parent a3c12ce commit e67ca0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/diffpy/fourigui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Tool for visualizing 3D diffraction and PDF images."""
1616

1717
# package version
18-
from diffpy.fourigui.version import __version__
18+
from diffpy.fourigui.version import __version__ # noqa
1919

2020
# silence the pyflakes syntax checker
2121
assert __version__ or True

src/diffpy/fourigui/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# File coded by: Billinge Group members and community contributors.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
10-
# https://github.com/diffpy/diffpy.fourigui/graphs/contributors
10+
# https://github.com/diffpy/diffpy.fourigui/graphs/contributors # noqa: E501
1111
#
1212
# See LICENSE.rst for license information.
1313
#

0 commit comments

Comments
 (0)