Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Fix isort error
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jul 4, 2016
1 parent 4c420ed commit 9ebe933
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_handlers.py
Expand Up @@ -4,9 +4,6 @@
import unittest

import tornado
from nbformat import write
from nbformat.v4 import new_markdown_cell, new_notebook

from jupyter_notebook_gist.handlers import (extract_code_from_args,
extract_notebook_path_from_args,
get_notebook_contents,
Expand All @@ -15,6 +12,8 @@
helper_request_access_token,
raise_error, raise_github_error,
verify_gist_response)
from nbformat import write
from nbformat.v4 import new_markdown_cell, new_notebook


class TestError(unittest.TestCase):
Expand Down

0 comments on commit 9ebe933

Please sign in to comment.