Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Sep 22, 2019
1 parent 2c6351f commit 110464b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/run_notebooks.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import glob
import multiprocessing
import os
import re
import sys
import glob
import multiprocessing

import nbformat
from nbconvert.preprocessors import ExecutePreprocessor, CellExecutionError
from nbconvert.preprocessors import CellExecutionError, ExecutePreprocessor

if len(sys.argv) >= 2:
pattern = sys.argv[1]
Expand Down

0 comments on commit 110464b

Please sign in to comment.