Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Oct 7, 2021
1 parent 706acd9 commit f2011fb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion tests/app/cgi-test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
import os
NOTEBOOK_PATH = 'cgi.ipynb'


Expand Down
1 change: 0 additions & 1 deletion tests/app/cwd_subdir_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# test serving a notebook
import pytest
import os

NOTEBOOK_PATH = 'subdir/cwd_subdir.ipynb'

Expand Down
2 changes: 0 additions & 2 deletions tests/app/no_kernelspec_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import pytest
import os


NOTEBOOK_PATH = 'no_kernelspec.ipynb'

Expand Down
2 changes: 1 addition & 1 deletion tests/app/no_metadata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
import os


NOTEBOOK_PATH = 'no_metadata.ipynb'

Expand Down
2 changes: 0 additions & 2 deletions tests/app/non_existing_kernel_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import pytest
import os

NOTEBOOK_PATH = "non_existing_kernel.ipynb"


Expand Down
1 change: 0 additions & 1 deletion tests/app/notebooks_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# simply tests if some notebooks execute
import pytest
import os

NOTEBOOK_PATH = 'other_comms.ipynb'

Expand Down
1 change: 0 additions & 1 deletion tests/app/show_traceback_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest

import os
NOTEBOOK_PATH = 'syntax_error.ipynb'


Expand Down

0 comments on commit f2011fb

Please sign in to comment.