Skip to content

Commit

Permalink
Remove some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 29, 2021
1 parent cff8537 commit a81159e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion h5py/h5py_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
This module contains the warning classes for h5py. These classes are part of
the public API of h5py, and should be imported from this module.
"""
from importlib import import_module


class H5pyWarning(UserWarning):
Expand Down
1 change: 0 additions & 1 deletion other/iterate_deadlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"""

from threading import Thread
import sys

import h5py

Expand Down
1 change: 0 additions & 1 deletion setup_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import os
import os.path as op
from pathlib import Path
import subprocess

import api_gen
from setup_configure import BuildConfig
Expand Down
2 changes: 0 additions & 2 deletions setup_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
the currently installed HDF5 version.
"""

from distutils.cmd import Command
import os
import os.path as op
import re
Expand Down Expand Up @@ -194,7 +193,6 @@ def _load_hdf5_lib(self, libdirs):
libdirs: the library paths to search for the library
"""
import re
import ctypes

# extra keyword args to pass to LoadLibrary
Expand Down

0 comments on commit a81159e

Please sign in to comment.