Skip to content

Commit c182631

Browse files
author
Kevin D Smith
committed
Fix flake8 error
1 parent 17188aa commit c182631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# built documents.
8383
#
8484

85-
import swat # noqa: W291
85+
import swat # noqa: W291,E402
8686

8787
# The short X.Y version.
8888
version = swat.__version__

0 commit comments

Comments
 (0)