Skip to content

Commit 3a0cba6

Browse files
committed
fix: fix E501 error by pre-commit
1 parent 4e46b95 commit 3a0cba6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/diffpy/pdfgui/pdfgui_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ def main():
77
parser = argparse.ArgumentParser(
88
prog="diffpy.pdfgui",
99
description=(
10-
"Graphical user interface program for structure refinements to the atomic pair distribution function.\n\n"
10+
"Graphical user interface program for structure refinements "
11+
"to the atomic pair distribution function.\n\n"
1112
"For more information, visit: "
1213
"https://github.com/diffpy/diffpy.pdfgui/"
1314
),

0 commit comments

Comments
 (0)