Skip to content

Commit

Permalink
Workaround for #noqa comments. See psf/black/issues/195
Browse files Browse the repository at this point in the history
  • Loading branch information
boydgreenfield committed Apr 8, 2019
1 parent 93e6d5f commit 5c5f90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onecodex/notebooks/exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def __init__(self, config=None, **kw):
super(OneCodexHTMLExporter, self).__init__(config=config, **kw)

try:
from jupyter_contrib_nbextensions.nbconvert_support import (
from jupyter_contrib_nbextensions.nbconvert_support import ( # noqa
PyMarkdownPreprocessor,
) # noqa
)
except ImportError:
return

Expand Down

0 comments on commit 5c5f90d

Please sign in to comment.