Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vferat committed Sep 12, 2023
1 parent fafc01c commit ca123d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrostates/segmentation/_base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Segmentation module for segmented data."""

import itertools
from abc import ABC, abstractmethod
from abc import abstractmethod
from typing import List, Optional, Union

import numpy as np
Expand Down

0 comments on commit ca123d1

Please sign in to comment.