Skip to content
Snippets Groups Projects
Commit e7f653c0 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Clean up imports

parent 5a3f244b
No related branches found
No related tags found
No related merge requests found
...@@ -8,11 +8,8 @@ ...@@ -8,11 +8,8 @@
from __future__ import print_function from __future__ import print_function
import os import os.path as op
import os.path as op import shutil
import subprocess as sp
import shutil
import pkgutil
from setuptools import setup from setuptools import setup
from setuptools import find_packages from setuptools import find_packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment