Skip to content

Commit

Permalink
Merge pull request #15 from lgeiger/unused-imports
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
greenape authored Feb 24, 2020
2 parents 48c57ac + 0aadc70 commit 37bb3ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mknotebooks/plugin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
import os
import pathlib
from shutil import copy

import mkdocs
import nbconvert
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import versioneer

try:
from setuptools import setup, find_packages
from setuptools import setup

except ImportError:
from distutils.core import setup
Expand Down

0 comments on commit 37bb3ce

Please sign in to comment.