Skip to content

Commit

Permalink
Clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Dec 14, 2023
1 parent 0f190d6 commit b4d5f17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 1 addition & 19 deletions src/autoseg/utils.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
import numpy as np
from funlib.persistence import prepare_ds
from funlib.geometry import Coordinate, Roi
import tifffile
import numpy as np
import zarr
import numpy as np
import daisy
import zarr
from skimage.draw import line_nd
import webknossos as wk
import wkw
from time import gmtime, strftime
import zipfile
import daisy
import tempfile
from glob import glob
import os
from funlib.geometry import Roi, Coordinate
from funlib.persistence import open_ds, prepare_ds
import numpy as np
import logging
from skimage.draw import line_nd
from funlib.persistence import prepare_ds


neighborhood: list[list[int]] = [
Expand Down
2 changes: 0 additions & 2 deletions src/autoseg/webknossos.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from re import L
import numpy as np
from funlib.persistence import prepare_ds
from funlib.geometry import Coordinate, Roi
import tifffile
import numpy as np
import zarr
import numpy as np
Expand Down

0 comments on commit b4d5f17

Please sign in to comment.