Skip to content

Commit

Permalink
Update common_utils.py
Browse files Browse the repository at this point in the history
Commenting out line 17, so that pip install works.
  • Loading branch information
joergklausen authored Feb 6, 2024
1 parent 71e42a9 commit ffa0d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nappy/utils/common_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from io import StringIO
import logging

import numpy as np
# import numpy as np

# Imports from local package
from nappy import __version__
Expand Down

0 comments on commit ffa0d22

Please sign in to comment.