Skip to content

Commit

Permalink
pylint: standard import "import warnings" should be placed before "im…
Browse files Browse the repository at this point in the history
…port nbformat"
  • Loading branch information
mwouts committed Jan 27, 2020
1 parent 05d1d23 commit 588d760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupytext/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import os
import re
import nbformat
import warnings
import nbformat
from .header import header_to_metadata_and_cell, insert_or_test_version_number
from .cell_reader import MarkdownCellReader, RMarkdownCellReader, \
LightScriptCellReader, RScriptCellReader, DoublePercentScriptCellReader, HydrogenCellReader, \
Expand Down

0 comments on commit 588d760

Please sign in to comment.