Skip to content

Commit db43497

Browse files
committed
make pylint happier
1 parent cc1aa0d commit db43497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/widgets_playground.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
18-
"import subprocess, sys\n",
18+
"import sys\n",
19+
"import subprocess\n",
1920
"\n",
2021
"if 'google.colab' in sys.modules:\n",
2122
" packages = ('git+https://github.com/open-atmos/PyPartMC.git',)\n",

0 commit comments

Comments
 (0)