Skip to content

Commit

Permalink
Disable the "no-name-in-module" lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Sep 23, 2020
1 parent d20f4f3 commit 17eeb91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# pylint: disable=invalid-name

import datetime
from sphinx_gallery.sorting import FileNameSortKey, ExplicitOrder
from sphinx_gallery.sorting import (
FileNameSortKey,
ExplicitOrder,
) # pylint: disable=no-name-in-module
from pygmt import __version__, __commit__
from pygmt.sphinx_gallery import PyGMTScraper

Expand Down

0 comments on commit 17eeb91

Please sign in to comment.