Skip to content

Commit

Permalink
Close #148 - missing import in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Dec 13, 2023
1 parent 053aefb commit 9b4190f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
make test
"""
# non-controversial imports
import os
from setuptools import setup, find_packages
from setuptools.command.install import install
from glob import glob
Expand Down

0 comments on commit 9b4190f

Please sign in to comment.