Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Nov 24, 2021
1 parent ba98c97 commit 66141b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions popmon/base/pipeline.py
Expand Up @@ -21,8 +21,6 @@
import logging
from pathlib import Path

from ..base import Module


class Pipeline:
"""Base class used for to run modules in a pipeline."""
Expand Down
1 change: 0 additions & 1 deletion popmon/io/file_reader.py
Expand Up @@ -18,7 +18,6 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


import collections.abc
from pathlib import Path
from typing import Callable, Optional, Union

Expand Down
1 change: 0 additions & 1 deletion popmon/io/file_writer.py
Expand Up @@ -18,7 +18,6 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


import collections.abc
import copy
from pathlib import Path
from typing import Callable, Optional, Union
Expand Down

0 comments on commit 66141b2

Please sign in to comment.