Skip to content

Commit 2ba9697

Browse files
authored
Merge pull request #3 from stevenhua0320/pre-commit
lint check by pre-commit in level 3
2 parents 27a7eb2 + 5e5c5e0 commit 2ba9697

File tree

16 files changed

+1545
-968
lines changed

16 files changed

+1545
-968
lines changed

AUTHORS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ This code is developed by:
22

33
Xiaohao Yang
44

5-
This code was developed as part of the xPDFsuite project to create software
6-
and tools for general researchers to use PDF in their work. For more
5+
This code was developed as part of the xPDFsuite project to create software
6+
and tools for general researchers to use PDF in their work. For more
77
information on the DiffPy project email sb2896@columbia.edu

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ INSTALLATION
2626
------------------------------------------------------------------------
2727

2828
We are going to release conda package for all platform. For general user
29-
please use the installation file and install software. For developor,
29+
please use the installation file and install software. For developor,
3030
you can install dpx.srxplanargui using
3131

3232
python setup.py install
33-
34-
Note: the dependency is not specified in the setup.py. You need to install
35-
them yourself. You can use Anaconda or other python enviroment.
33+
34+
Note: the dependency is not specified in the setup.py. You need to install
35+
them yourself. You can use Anaconda or other python enviroment.
3636

3737

3838
CONTACTS

dpx/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
# See LICENSE.txt for license information.
1212
#
1313
##############################################################################
14+
"""Blank namespace package."""
1415

15-
"""
16-
Blank namespace package.
17-
"""
18-
19-
__import__('pkg_resources').declare_namespace(__name__)
16+
__import__("pkg_resources").declare_namespace(__name__)
2017

2118
# End of file

0 commit comments

Comments
 (0)